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