mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
6 lines
166 B
Java
6 lines
166 B
Java
class Foo {
|
|
void m() {
|
|
java.util.List<String> l1 = new java.util.ArrayList<><caret>();
|
|
java.util.List<String> l2 = new java.util.ArrayList<><caret>();
|
|
}
|
|
} |