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