blob: 1c7cb6f6f2dccb70d704acd48ae6d93758507246 [file] [log] [blame]
import pack.WithInnerAClass;
public class Test1 {
public void foo() {
new WithInnerAClass()<caret>
}
}