blob: 926689ce7891c25022e7d6942a0a0b599c48a722 [file] [log] [blame]
// "Add on demand static import for 'test.Foo'" "true"
package test;
class Foo {
public static void m() {}
public static void main(String[] args) {
m();
}
}