blob: ad35f83f69a31f21cb86e14642828f848c0ecb97 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method main() dynamic {
try {
core::print(42);
}
finally {
core::print(87);
}
}