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