Files
kotlin-fork/idea/testData/completion/injava/JetFunction.kt
T

5 lines
61 B
Kotlin

package kotlin.testing
fun someFun() : Int {
return 12
}