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