6 lines
46 B
Kotlin
Vendored
6 lines
46 B
Kotlin
Vendored
class C {
|
|
fun foo0() {}
|
|
|
|
private
|
|
var foo = 1
|
|
} |