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