5368e8cef3
during lazy resolve Fix for "KT-3096 No completion in function literal" and "KT-3102 No completion/auto-import for an extension method" #KT-3102 Fixed #KT-3096 Fixed
9 lines
94 B
Kotlin
9 lines
94 B
Kotlin
package first
|
|
|
|
import second.testFun
|
|
|
|
fun test() {
|
|
testFun().<caret>
|
|
}
|
|
|
|
// EXIST: testMethod |