Files
openide/java/java-tests/testData/codeInsight/template/postfix/backlog/var/var15-out.java
T

6 lines
104 B
Java

public class Foo {
void m() {
int foo = 2 * 2;
foo<caret> + 2 * 2; /* boo */
}
}