Files
openide/java/java-tests/testData/codeInsight/template/list/ComplexKeyWithNotMatchedPrefix.java
T

5 lines
74 B
Java

class A {
public static void main() {
prefixcomplex key<caret>
}
}