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