blob: 14cd943d25ca4ed975326a6397e7d43441752166 [file] [log] [blame]
package p0;
import p1.Other;
public class Test {
void m() {
Other.bar(new StringBuffer("hello"), 1, 3);
Other.bar(new StringBuffer("hello"), 1, 4);
}
}