Files
Tagir Valeev 77d1d0ab2e [java-tests] Mock JDK 21 (downloaded from the repository); remove in-place mocks where possible
Part of IDEA-334171 Store MockJDK in artifact repository, rather than in Git

GitOrigin-RevId: 9c6214e3ead47cc164d20813f5a2b37136607213
2023-10-06 10:48:24 +00:00

6 lines
130 B
Java

public class FooMap<K,V extends K> implements YourMapInterface<K, V> {
void foo() {
class Zoooooooo {}
Zooo<caret>
}
}