blob: b5bafd8d2f35a2b5b4c939ce46f9eb02af2753ed [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method test() void {
core::Symbol x = #C1;
}
static method main() dynamic {}
constants {
#C1 = #foo
}