blob: 83d3f124594923bbc4927caedb80498314a1225a [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 set x(core::double value) void;
}
abstract class B extends self::A {
synthetic constructor •() self::B
;
abstract get x() core::double;
}
static method main() dynamic
;