mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
AIOOBE (17122)
This commit is contained in:
+1
@@ -3,5 +3,6 @@ public class Test {
|
||||
void foo(){}
|
||||
public static void main(String[] args){
|
||||
new Builder().setI(1, 2, 3).createTest().foo();
|
||||
new Builder().createTest().foo();
|
||||
}
|
||||
}
|
||||
+1
@@ -3,5 +3,6 @@ public class Test {
|
||||
void foo(){}
|
||||
public static void main(String[] args){
|
||||
new Test(1, 2, 3).foo();
|
||||
new Test().foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user