Files
kotlin-fork/idea/testData/completion/handlers/multifile/TopLevelFunctionInQualifiedExpr-1.kt
T
2012-02-08 12:53:56 +04:00

8 lines
78 B
Kotlin

package some
import jettesting.*
fun other() {
data.topLevelFu<caret>
}