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