1a401183b2
Original commit: a447c39f69
5 lines
43 B
Kotlin
5 lines
43 B
Kotlin
package foo
|
|
|
|
fun a(): Int = 0
|
|
|
|
open class A |