Files
kotlin-fork/idea/testData/checker/codeFragments/anonymousObject.kt
T

5 lines
84 B
Kotlin
Vendored

val global = 2
fun makeFace() = object : ObjectFace {
<caret>val inObject = 1
}