blob: 5a33e57a33794716f3114244a8f12b4da22e8b89 [file] [log] [blame]
import test.*;
public class A {
public void method() {
List<Integer> l = new List<Integer>();
CollectionUtil.sort(l);
List l1 = new List();
CollectionUtil.sort(l1)
}
}