blob: fba407683654ae3caeda908401e2934b9d731bfb [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) {
Foo<caret>.m();
}
}