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