Files
kotlin-fork/idea/testData/completion/basic/common/InCallExpression.kt
T
2013-04-11 20:00:29 +04:00

13 lines
141 B
Kotlin

package something
class SomeTempClass {
fun helloWorld() {
}
fun test() {
hello<caret>()
}
}
// EXIST: helloWorld