blob: b005e1249c50867889aaaa2389d4f0879a69537b [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::List<core::int*>* v = self::f<core::int*>(() core::int* {
return 1;
});
static method f<T extends core::Object* = dynamic>(() →* self::f::T* g) core::List<self::f::T*>*
return <self::f::T*>[g.call()];
static method main() dynamic {
self::v;
}