Files
openide/java/java-tests/testData/codeInsight/copyReference/CopyFile_after.java

4 lines
43 B
Java

class X {
String s = "x/x.txt<caret>";
}