Files
openide/java/java-tests/testData/codeInsight/joinLines/JoinTextBlockSlashSComplete.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

8 lines
114 B
Java

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