3 lines
44 B
Plaintext
Vendored
3 lines
44 B
Plaintext
Vendored
fun foo() {
|
|
val y = """x=${"ab\nc"}"""
|
|
} |