4 lines
61 B
Plaintext
Vendored
4 lines
61 B
Plaintext
Vendored
fun foo(p: Int) {
|
|
val v = "line 1\nline 2: $p\nline 3"
|
|
}
|