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