Description[kernel] Fix loading of type argument in catch.
Catch simply gave NullConstant as arguments to _instanceOf,
now I've copied what the IsExpression does, and made
LoadInstantiatorTypeArguments actually work in this case
(by filling out the scopes_->this_variable value,
by actually visiting the catch guard in the scope builder
rather than skipping it).
Fixes #29553.
BUG=
R=kmillikin@google.com
Committed: https://github.com/dart-lang/sdk/commit/202306f39be77dc84925a11cda977c950bf9e78d
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (3 generated)
|