blob: 35c511dbdf11490e6a37f6444b69458d773edf68 [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() dynamic;
}
static method main() dynamic
;