4 lines
46 B
Kotlin
Vendored
4 lines
46 B
Kotlin
Vendored
class A {
|
|
var b = 0
|
|
fun a(i: Int) {}
|
|
} |