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,13 @@
public class PsiChangesTest {
private int a;
private int b;
PsiChangesTest() {
}
void foo() {
}
void bar() {
}
}