mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Java parser tests moved to CE
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
import pkg.Foo;
|
||||
|
||||
class Bar {
|
||||
|
||||
public void foo() {
|
||||
new Foo(hash
|
||||
#) {};
|
||||
|
||||
new Foo(hash
|
||||
#, bar) {};
|
||||
|
||||
new Foo(hash
|
||||
#x) {};
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user