blob: 1e0e169dc25d1b3b6b18996669137209428467ef [file] [log] [blame]
// "Make 'i' not static" "true"
import java.io.*;
class a {
class inner {
<caret>int i;
}
void f() {
}
}