blob: 7335aff6b753384eaccf2c2094c290d417479f8d [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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 {}