[FIR] Support DFA analysis of postponed lambdas. Add more kinds of edges of CFG
#KT-36248 #KT-35724 Fixed
This commit is contained in:
@@ -13,5 +13,5 @@ fun myFun() {
|
||||
val myParent = MyParent()
|
||||
myParent.child?.nullableString ?: run { return }
|
||||
|
||||
myParent.child.notNull // <- No smart cast in plugin
|
||||
myParent.child.<!INAPPLICABLE_CANDIDATE!>notNull<!> // <- No smart cast in plugin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user