blob: d279a2a909d37409e96d4058383add0c559fa018 [file] [log] [blame]
import test.*;
class A {
public void method() {
List<String> l = new List<String>();
List l1 = new List();
l1.putAll(l);
}
}