Files
kotlin-fork/idea/testData/javaFacade/wrapFunInObject.kt
T

3 lines
62 B
Kotlin

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