mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 06:01:39 +07:00
e4efb836cd
1. messages cleanup
2. new StringBuilder(""). PrintStream.println("") are warned
6 lines
141 B
Java
6 lines
141 B
Java
// "Delete element" "true"
|
|
class Foo {
|
|
public static void main(String[] args) {
|
|
StringBuilder s = new StringBuilder(("<caret>"));
|
|
}
|
|
} |