Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/arg/localVariable.java
T

6 lines
96 B
Java

public class Foo {
void m(boolean b) {
String s1 = "";
String s2 = s1.arg<caret>
}
}