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

6 lines
100 B
Java

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