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