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

14 lines
159 B
Kotlin
Vendored

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