blob: 8c3e46f8dddcb4a1edf79c4d57d634ffc3f5a1df [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
final field dynamic x = self::C::_x;
default constructor •() void
: super core::Object::•()
;
static get _x() core::int
return null;
}
static method main() dynamic {}