mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
AIOOBE (17122)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
@@ -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