12 lines
183 B
Kotlin
12 lines
183 B
Kotlin
package first
|
|
|
|
fun firstFun() {
|
|
val a = ""
|
|
a.hello<caret>
|
|
}
|
|
|
|
// EXIST: helloFun
|
|
// EXIST: helloFunPreventAutoInsert
|
|
// EXIST: helloWithParams
|
|
// ABSENT: helloFake
|
|
// NUMBER: 3 |