5 lines
62 B
Kotlin
Vendored
5 lines
62 B
Kotlin
Vendored
package foo
|
|
|
|
fun useAChild(a: AChild) {
|
|
val o: Any = a.x
|
|
} |