Files
2020-12-16 19:52:30 +03:00

8 lines
65 B
Kotlin
Vendored

class A
fun foo(s: String) {}
fun test(a: A) {
foo("$a")
}