blob: 85e0a99c868fc7336c4bfac632818117363c455c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
synthetic constructor •() void
;
}
class C extends self::B {
field dynamic z;
synthetic constructor •() void
;
}
static method test(self::B x) void
;
static method main() dynamic
;