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