blob: f31bd04479d635c89d654aaee17dc1403da0a1a5 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A*
;
set x(core::int* i) void
;
}
class B extends self::A {
synthetic constructor •() self::B*
;
set x(core::Object* o) void
;
}
static method main() dynamic
;