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