Files
kotlin/idea/testData/javaFacade/wrapFunInObject.kt

3 lines
62 B
Kotlin
Vendored

object SomeObject {
fun <caret>testingInObjectNew() = 12
}