Files
openide/java/java-tests/testData/psi/resolve/filePath/C2.java
T

3 lines
47 B
Java

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