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