39db76b2ab
#KT-34784 Fixed
6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
object Test {
|
|
const val foo = <caret>"""foo
|
|
bar
|
|
baz"""
|
|
} |