14 lines
159 B
Kotlin
Vendored
14 lines
159 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
package something
|
|
|
|
class SomeTempClass {
|
|
fun helloWorld() {
|
|
|
|
}
|
|
|
|
fun test() {
|
|
hello<caret>()
|
|
}
|
|
}
|
|
|
|
// EXIST: helloWorld |