mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
9 lines
120 B
Java
9 lines
120 B
Java
// "Remove 'new'" "false"
|
|
import java.util.*;
|
|
|
|
class A {
|
|
boolean x() {
|
|
return new ArrayList.add<caret>("");
|
|
}
|
|
}
|