blob: 1ee89803aa55756ca576564c6d838c032ff4296c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
abstract class A extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
abstract set x(core::double value) void;
}
abstract class B extends self::A {
synthetic constructor •() void
: super self::A::•()
;
abstract get x() dynamic;
}
static method main() dynamic {}