Files
kotlin-fork/idea/testData/completion/basic/InCallExpression.kt
T

13 lines
142 B
Kotlin

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