13 lines
141 B
Kotlin
13 lines
141 B
Kotlin
package something
|
|
|
|
class SomeTempClass {
|
|
fun helloWorld() {
|
|
|
|
}
|
|
|
|
fun test() {
|
|
hello<caret>()
|
|
}
|
|
}
|
|
|
|
// EXIST: helloWorld |