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