blob: 00cc02d02f8cbc7ea901c04128bae75d132b1535 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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 0;
static method g() core::String
return "";
static method main() dynamic {
self::v;
}
constants {
#C1 = static-tearoff self::f
#C2 = static-tearoff self::g
}