blob: 552a0ba41630440745c1f557063ef6aacb1605b5 [file] [log] [blame]
import test.*;
class A {
void method() {
List l;
l.getArray();
l.getListOfArrays();
}
}