10 lines
54 B
Kotlin
Vendored
10 lines
54 B
Kotlin
Vendored
class Foo {
|
|
|
|
init {
|
|
foo()
|
|
val c = f
|
|
}
|
|
|
|
}
|
|
|