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

6 lines
109 B
Java

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