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