"To raw string literal" intention: fix false negative with string content starts with newline symbol \n
#KT-36369 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
61d02d9ecb
commit
8baba38099
@@ -1,2 +1 @@
|
||||
// IS_APPLICABLE: false
|
||||
val v = <caret>"\n Hello, world!"
|
||||
@@ -0,0 +1,2 @@
|
||||
val v = """
|
||||
Hello, world!"""
|
||||
Reference in New Issue
Block a user