mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 15:50:49 +07:00
GitOrigin-RevId: c2585277e417432fbfd24be106667ff5cfd373f2
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>("");
|
|
}
|
|
}
|