blob: 2a82c25b62eff13b5f3d65343bdcb95e50616f83 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test() void {
(core::Null) core::int f = (dynamic x) dynamic => 1;
}
static method main() dynamic {}