Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/textBlocks/PasteMultilineText.after.java
T
2019-10-03 04:32:43 +00:00

8 lines
128 B
Java

class C {
String empty = """
<html>
<body>
</body>
</html>
""";
}