blob: 21d3b06fad8b987eeb7e3762c6c1683baa7da62a [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::List<() →* core::Object*>* v = <() →* core::Object*>[#C1, #C2];
static method f() core::int*
return null;
static method g() core::String*
return null;
static method main() dynamic {
self::v;
}
constants {
#C1 = static-tearoff self::f
#C2 = static-tearoff self::g
}