Files
2022-01-12 15:09:45 +01:00

6 lines
71 B
Kotlin
Vendored

package test
fun a(ref: List<String>) {
b(ref)
println(":)")
}