blob: 806ad1622c12d75d0612bce7fe87cfcad6cb21d3 [file] [log] [blame]
public class Imports2 {
void call() {
java.util.Arrays.asList("m", 1);
}
}