7 lines
64 B
Kotlin
Vendored
7 lines
64 B
Kotlin
Vendored
class A
|
|
|
|
fun foo(s: String) {}
|
|
|
|
fun test(a: A) {
|
|
foo("$a")
|
|
} |