7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
fun test() {
|
|
val s = <spot>"""
|
|
foo
|
|
bar
|
|
baz
|
|
""".trimIndent()</spot>
|
|
} |