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