8 lines
109 B
Plaintext
Vendored
8 lines
109 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val foo = """
|
|
foo
|
|
bar
|
|
baz
|
|
""".trimIndent()
|
|
} |