Files
openide/java/java-tests/testData/codeInsight/joinLines/JoinTextBlockSlashSComplete_after.java
Tagir Valeev f2d54019ba [java] Join Lines in text blocks: automatically remove \s on the joined line boundaries (IDEA-349062)
GitOrigin-RevId: 97f4885283f6da2bb06c46df6ea19ee6cd8caa7c
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>;
}
}