Java parser tests moved to CE

This commit is contained in:
Roman Shevchenko
2010-08-04 15:30:17 +04:00
parent 05be23db87
commit 5939f7db91
576 changed files with 269982 additions and 2 deletions
@@ -0,0 +1,16 @@
import pkg.Foo;
class Bar {
public void foo() {
new Foo(hash
#) {};
new Foo(hash
#, bar) {};
new Foo(hash
#x) {};
}
}