b816c182f0
#KT-14804 Fixed
10 lines
130 B
Kotlin
Vendored
10 lines
130 B
Kotlin
Vendored
package test
|
|
|
|
import dependency.*
|
|
|
|
fun foo() {
|
|
t<caret>est("")
|
|
}
|
|
|
|
// ALLOW_AST_ACCESS
|
|
// REF: (dependency).test(kotlin.String) |