blob: 82b2d2e3264956ac27ea4f7aea1235c263c5edfc [file] [log] [blame]
public class FooMap<K,V extends K> implements YourMapInterface<K, V> {
void foo() {
class Zoooooooo {}
Zoooooooo<caret>
}
}