blob: 9eed5b390812bc26b73a0195acacaff0d916bd3c [file] [log] [blame]
public class PsiChangesTest {
private int a;
private int b;
PsiChangesTest() {
}
void foo() {
}
void bar() {
}
}