6 lines
75 B
Plaintext
Vendored
6 lines
75 B
Plaintext
Vendored
fun foo() {
|
|
val a = 1
|
|
val y = """!!x=_
|
|
$a:${a + 1}
|
|
_!!"""
|
|
} |