blob: 4afa24f55132700e5cec45e70a10d892e990245f [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) dynamic
;
}
static method main() dynamic
;