blob: 9d859ccfb1c9df8aab96d71f19a0be010b80cc8c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F = () core::int;
static method main() dynamic {
dynamic v = <core::int, () core::int>{1: () dynamic {
return 1;
}};
}