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