blob: 21f8a8e447f9f85997ebad3685ebdc12afb5d8ef [file] [log] [blame]
import java.util.*;
class List<T> {}
class Clazz {
static void foo(Foo<String> foo) {
List<Map.Entry> f = new List<Map.Entry>();
}
}