Files
kotlin-fork/idea/testData/checker/codeFragments/anonymousObject.kt
T
2016-12-21 13:13:10 +03:00

5 lines
84 B
Kotlin
Vendored

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