mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
introduce new array from varargs list (IDEA-68180)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java.util.Arrays;
|
||||
|
||||
class A {
|
||||
public void test() {
|
||||
System.out.println(Arrays.asList("frst", <selection>"scnd", "third"</selection>, "4th"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user