10 lines
136 B
Kotlin
10 lines
136 B
Kotlin
package first
|
|
|
|
fun firstFun() {
|
|
val a = ""
|
|
a.hello<caret>
|
|
}
|
|
|
|
// EXIST: helloFun
|
|
// EXIST: helloFunPreventAutoInsert
|
|
// NUMBER: 2 |