File tree 2 files changed +1
-1
lines changed
pkg/compiler/lib/src/cps_ir 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2155,6 +2155,7 @@ abstract class IrBuilderVisitor extends ast.Visitor<ir.Primitive>
2155
2155
InterfaceType type,
2156
2156
ast.NodeList arguments,
2157
2157
CallStructure callStructure, _) {
2158
+ for (ast.Node argument in arguments) visit (argument);
2158
2159
return buildAbstractClassInstantiationError (element.enclosingClass);
2159
2160
}
2160
2161
Original file line number Diff line number Diff line change @@ -9623,7 +9623,6 @@ WebPlatformTest/webstorage/storage_builtins_t01: RuntimeError # Please triage th
9623
9623
WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Times out. Please triage this failure
9624
9624
9625
9625
[ $compiler == dart2js && $cps_ir ]
9626
- Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Please triage this failure.
9627
9626
Language/Expressions/Method_Invocation/Super_Invocation/syntax_t01: RuntimeError # Cannot read property 'call' of undefined
9628
9627
Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t03.dart: Crash # (i=0): For-loop variable captured in loop header
9629
9628
Language/Statements/For/syntax_t07: Crash # unsupported operation on erroneous element
You can’t perform that action at this time.
0 commit comments