Files
kotlin-fork/idea/testData/completion/handlers/multifile/ExtensionFunctions-1.kt
T

6 lines
67 B
Kotlin

package first
fun firstFun() {
val a = ""
a.hello<caret>
}