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