513af2dfbc
Make smart-casts non-transparent expression without delegation to underlying FirQualifiedAccessExpression, as children delegation in fir tree has unclear semantics Remove two different kinds of tree nodes for smart-casts
8 lines
136 B
Plaintext
Vendored
8 lines
136 B
Plaintext
Vendored
expression: foo
|
|
isStable: null
|
|
smartCastType: null
|
|
receiver: DISPATCH
|
|
smartCastType: Foo
|
|
receiver: EXTENSION
|
|
smartCastType: Bar
|