13 lines
197 B
Kotlin
Vendored
13 lines
197 B
Kotlin
Vendored
package first
|
|
|
|
fun firstFun() {
|
|
val a : String? = ""
|
|
a.hello<caret>
|
|
}
|
|
|
|
// EXIST: helloFun
|
|
// EXIST: helloFunPreventAutoInsert
|
|
// EXIST: helloWithParams
|
|
// ABSENT: helloFake
|
|
// NOTHING_ELSE
|