5 lines
84 B
Kotlin
Vendored
5 lines
84 B
Kotlin
Vendored
val global = 2
|
|
|
|
fun makeFace() = object : ObjectFace {
|
|
<caret>val inObject = 1
|
|
} |