[FIR2IR] Fix generation of val initialization after smart-cast
If neither setter nor backing field were found for an assignment call, search overridden properties for backing fields. ^KT-57105 Fixed
This commit is contained in:
committed by
Space Team
parent
2706e5502f
commit
0e721c8fc2
+1
-1
@@ -19,7 +19,7 @@ open class MessageBusImpl {
|
||||
|
||||
init {
|
||||
<this> as RootBus /*~> Unit */
|
||||
error("") /* ErrorCallExpression */
|
||||
<this> /*as RootBus */.#parentBus = null
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user