mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 20:50:54 +07:00
Part of IDEA-334171 Store MockJDK in artifact repository, rather than in Git GitOrigin-RevId: 9c6214e3ead47cc164d20813f5a2b37136607213
6 lines
130 B
Java
6 lines
130 B
Java
public class FooMap<K,V extends K> implements YourMapInterface<K, V> {
|
|
void foo() {
|
|
class Zoooooooo {}
|
|
Zooo<caret>
|
|
}
|
|
} |