KT-1645 Propose members according to smart casts
#KT-1645 fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class TestClass {
|
||||
public fun testMethod() {
|
||||
}
|
||||
}
|
||||
|
||||
fun testFun() {
|
||||
val lambda = {() -> TestClass() }
|
||||
lambda().<caret>
|
||||
}
|
||||
|
||||
// EXIST: testMethod
|
||||
Reference in New Issue
Block a user