Files
openide/java/java-tests/testData/codeInsight/completion/normal/NoThisInComment.java
2010-11-18 16:08:38 +03:00

6 lines
77 B
Java

class Foo {
{
int[] x = new int[]{ // th<caret>
}
}
}