mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
test++
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
public class Foo {
|
||||
static Foo
|
||||
f1 = new Foo(){
|
||||
public String toString() {
|
||||
return newMethod();
|
||||
}
|
||||
};
|
||||
|
||||
private static String newMethod() {
|
||||
return "a" + "b";
|
||||
}
|
||||
|
||||
static Foo f2 = new Foo(){};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user