5 lines
58 B
Plaintext
Vendored
5 lines
58 B
Plaintext
Vendored
package test
|
|
|
|
open class A {
|
|
open fun foo(): Int = 0
|
|
} |