blob: 6e203df95de9473401c2803bde67e37e5df2e9fb [file] [log] [blame]
import java.util.*;
class U {
public static void main(String[] args) {
List<IImpl> l = new ArrayLits<IImpl>();
}
}