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