blob: 2f2f40b2ae7a006ef6f19641ab8ec17d418da92c [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
;