"To raw string literal" intention: fix false negative with string content starts with newline symbol \n

#KT-36369 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-02-06 10:30:31 +09:00
committed by Mikhail Glukhikh
parent 61d02d9ecb
commit 8baba38099
3 changed files with 3 additions and 2 deletions
@@ -1,2 +1 @@
// IS_APPLICABLE: false
val v = <caret>"\n Hello, world!"
@@ -0,0 +1,2 @@
val v = """
Hello, world!"""