675671f4d5
Original commit: e90dc047bd
5 lines
51 B
Kotlin
5 lines
51 B
Kotlin
package foo
|
|
|
|
fun b(): Int = a()
|
|
|
|
open class B : A() |