Files
openide/java/java-tests/testData/codeInsight/joinLines/JoinTextBlockSlashSComplete_after.java
2024-05-24 18:25:46 +00:00

6 lines
100 B
Java

class A {
void test() {
String s = <selection>STR."Hello \nWorld"<caret></selection>;
}
}