vfs tests moved to community

This commit is contained in:
Alexey Kudravtsev
2010-11-25 17:18:15 +03:00
parent 2743e06cc8
commit 55bdbb6959
23 changed files with 1238 additions and 0 deletions
@@ -0,0 +1,15 @@
public class PsiChangesTest {
protected int a;
private int c;
PsiChangesTest() {
int i = 0;
}
void foo() {
int i = 0;
}
void bar2() {
}
}