raw string literal: insert whitespace to avoid literal till end of file

IDEA-190406
This commit is contained in:
Anna.Kozlova
2018-04-17 12:05:53 +02:00
parent 8c5ad98e3a
commit 5ff6f01db9
6 changed files with 48 additions and 4 deletions
@@ -0,0 +1,5 @@
class A {
{
String s = <caret>
}
}