blob: aae5fc1e5afd5fd219a943f23ce578fed844df42 [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(){() void};
}
finally {
core::int x = 0;
}
}
static method main() dynamic {}