"Indent raw string" intention: do not suggest in const
#KT-34784 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
688a2185fa
commit
39db76b2ab
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
object Test {
|
||||
const val foo = <caret>"""foo
|
||||
bar
|
||||
baz"""
|
||||
}
|
||||
Reference in New Issue
Block a user