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