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