blob: 19bfccb3a7cfe86b3ea53a71d5ab9bd04217d839 [file] [log] [blame]
import static Foo.foo;
public class Bar {
void bar() {
foo();
foo(1);
}
}