blob: 09b88455d47612bb7755ad7b071ef94a34d870ee [file] [log] [blame]
public class MyClass<T> {}
class Test {
public static void main(String[] args) {
MyClass<Integer> anon = new MyClass<<caret>>();
}
}