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