blob: b70f78a0616f0c89e158b7e056320802ff0f2a0f [file] [log] [blame]
library test /*isLegacy*/;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::Object* o = 1;
try {
do {
}
while (o as{TypeError,ForLegacy} core::bool*)
throw "no exception";
}
on core::TypeError* catch(no-exception-var) {
}
}