blob: e72187d648b0d7cca2b6402eb9fc78c16be15122 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
;
}
class B extends self::A {
synthetic constructor •() void
;
}
class C extends core::Object {
synthetic constructor •() void
;
set x(self::A value) void
;
get y() self::B
;
}
class D extends self::C {
synthetic constructor •() void
;
set x(dynamic value) void
;
get y() dynamic
;
}
class E extends self::D {
synthetic constructor •() void
;
set x(self::A value) void
;
get y() self::B
;
}
class F extends self::D {
synthetic constructor •() void
;
set x(self::B value) void
;
get y() self::A
;
}
static method main() dynamic
;