blob: 0d9088951b9600ec7ad23fc7ba24b8749623b152 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() void {
try {
has-declared-initializer core::Object? y;
{
final synthesized Never #0#0 = throw 42;
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";
}