blob: 6235e5a8da60deedc09ce51c244b9192cd662701 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() void {
try {
{
final synthesized Never #0#0 = throw "A";
if(!#0#0)
throw{for-error-handling} new core::StateError::•("Pattern matching error");
}
}
on core::Object catch(final core::Object e) {
core::print(e);
return;
}
throw "Missing exception";
}