blob: c1098e2fd7bb97ff11cad07c7c8030214cfd5cb3 [file] [log] [blame]
import java.util.Arrays;
class A {
public void test() {
System.out.println(Arrays.asList( 2 + <selection>3, "scnd", "third"</selection>, "4th"));
}
}