blob: 5a556f1df60949cfa0316d43827d846ee0c95054 [file] [log] [blame]
// "Create Inner Class 'Abc'" "false"
public class Test {
public void foo(int ppp) {
int local = ppp + <caret>Abc;
}
}