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