blob: 50d69f8149b6fc6915ef92a1f942fec8aa3fa643 [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
;