mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
test++
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @see #Test1
|
||||
*/
|
||||
class Test1 {
|
||||
public Test1() {
|
||||
this(0);
|
||||
new Test1();
|
||||
}
|
||||
|
||||
public Test1(int i) {}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @see #Test
|
||||
*/
|
||||
class Test {
|
||||
public Test() {
|
||||
this(0);
|
||||
new Test();
|
||||
}
|
||||
|
||||
public Test(int i) {}
|
||||
}
|
||||
Reference in New Issue
Block a user