ff40b098f9
Original commit: 9190029fcc
5 lines
51 B
Kotlin
5 lines
51 B
Kotlin
package foo
|
|
|
|
fun useAChild(a: AChild) {
|
|
a.f()
|
|
} |