mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-13 11:36:53 +07:00
6 lines
130 B
Java
6 lines
130 B
Java
// "Delete element" "true"
|
|
class Foo {
|
|
public static void main(String[] args) {
|
|
StringBuilder s = new StringBuilder();
|
|
}
|
|
} |