Files
openide/java/java-tests/testData/codeInsight/template/list/ComplexKeyWithNotMatchedPrefix.java
2014-04-17 16:02:35 +04:00

5 lines
74 B
Java

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