mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 23:07:01 +07:00
8 lines
124 B
Java
8 lines
124 B
Java
import java.util.Collections;
|
|
import java.util.Set;
|
|
|
|
class Foo {
|
|
{
|
|
Set<String> s = Collections.emptySet()<caret>
|
|
}
|
|
} |