blob: d807232cdc0a84ec2313b0759f97e8cbba1ac7cb [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
for (final dynamic #t1 = const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/issue_000042.dart:6:8: Error: Expected lvalue, but got [x, y]\n for (var x, y in []) {}\n ^")) in <dynamic>[]) {
}
#L1:
{
invalid-statement;
}
#L2:
if(true) {
invalid-statement;
}
#L3:
switch(1) {
#L4:
case 1:
invalid-statement;
#L3:
case 2:
{
break #L3;
}
}
try {
}
on core::NoSuchMethodError catch(no-exception-var) {
}
}