7 lines
57 B
Plaintext
Vendored
7 lines
57 B
Plaintext
Vendored
package foo
|
|
|
|
fun a(): Int = 0
|
|
|
|
fun aa() = 1
|
|
|
|
open class A |