blob: b99e6629c911cb5f15af3827efe2858d399a44fe [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*>[() dynamic {
return 1;
}];
}