Files
openide/java/java-tests/testData/codeInsight/generation/surroundWith/java/PsiTextConsistentAfterSurround.java

6 lines
119 B
Java

class Foo {
void method(String s) {}
void foo() {
equals(method<selection>"a"</selection>);
}
}