Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/textBlocks/NoEscapeWhenNotInTextBlockContent.after.java
Bas Leijdekkers dca820c744 text blocks: don't escape paste outside content of text block (IDEA-217353)
GitOrigin-RevId: 7ee24196154f11a34b50d2d95c62f374abe13f14
2019-08-01 01:02:50 +03:00

4 lines
44 B
Java

class C {
String empty = """
"\"";
}