Files
kotlin-fork/nj2k/testData/copyPastePlainText/IntoRawStringLiteral.to.kt
T

5 lines
41 B
Kotlin
Vendored

fun foo() {
val v = """
<caret>
"""
}