Files

13 lines
131 B
Java

public class PsiChangesTest {
private int a;
private int b;
PsiChangesTest() {
}
void foo() {
}
void bar() {
}
}