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