blob: 50410e15dafe83d0040d8108d213534e47414499 [file] [log] [blame]
package foo;
import static foo.JavaTest.*;
// here could be the correct import for bar
public class JavaTest {
public void test() {
bar();
}
}