raw string literals: keep multiple tics at start pos sync with closing

IDEA-CR-31851
This commit is contained in:
Anna.Kozlova
2018-04-17 18:23:42 +02:00
parent 42d204757e
commit 13d2e4e4dd
4 changed files with 22 additions and 8 deletions
@@ -0,0 +1,5 @@
class A {
{
String s = ``<selection> </selection>``
}
}