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