blob: d8eb71139db15439cab39955d2f29ec56dd78a3f [file] [log] [blame]
// "Create Inner Class 'Abc'" "true"
public class Test {
public foo(int ppp) {
<caret>Abc.foo();
}
}