blob: 38cfa647425f5ab77618eba2403924cc01bb3593 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field (core::Object?) void v = #C1;
static method main() dynamic {
self::v;
}
constants {
#C1 = static-tearoff core::print
}