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
109 B
Kotlin
9 lines
109 B
Kotlin
package second
|
|
|
|
class TestSecond {
|
|
fun testMethod() {
|
|
|
|
}
|
|
}
|
|
|
|
fun testFun() : TestSecond = TestSecond() |