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