Files
kotlin-fork/idea/testData/intentions/convertToBlockBody/valueIsAnonymousObject2.kt
T
2015-07-28 22:39:29 +03:00

4 lines
45 B
Kotlin
Vendored

interface I
fun f() = <caret>object : I { }