7bc2fcd657
Relates to #KT-31717
5 lines
47 B
Plaintext
Vendored
5 lines
47 B
Plaintext
Vendored
|
|
fun foo() {
|
|
val x = 4
|
|
val y = "$x\n"
|
|
} |