blob: 950e3d6120d158bb8a0278171bb7c93827416944 [file] [log] [blame]
class Test {
void foo() {
class Integer {
<caret>int i;
}
}
}