blob: 6bb3be4f796314b8813f6df0d6cf12d281aa2fc3 [file] [log] [blame]
package foo;
import foo.impl.B;
public class A {
public static void main(String[] args) {
B b = B.getInstance();
}
}