13 lines
142 B
Kotlin
13 lines
142 B
Kotlin
package something
|
|
|
|
class SomeTempClass {
|
|
fun testSome() {
|
|
|
|
}
|
|
|
|
fun test() {
|
|
test<caret>()
|
|
}
|
|
}
|
|
|
|
// EXIST: test, testSome |