blob: d84fe3248251f37e53744302628218b189d3405c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test(() void f) void {
try {
core::int x = 0;
f.call();
}
finally {
core::int x = 0;
}
}
static method main() dynamic {}