blob: 3765ab87c3905c480e481fe8f69ec3ccc8d87091 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::String y = self::x;
constructor •() void
: super core::Object::•()
;
}
static field core::String x = "x";
static method main() dynamic {
self::x;
}