mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 14:00:21 +07:00
8 lines
128 B
Java
8 lines
128 B
Java
import static java.util.Arrays.asList;
|
|
import java.util.*;
|
|
|
|
class C {
|
|
{
|
|
List<String> s = <ref>asList(new String[0]);
|
|
}
|
|
} |