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