blob: 2dff872d5235f0265c9bbc8369f0a42d814176c4 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
import "dart:async";
class A extends core::Object {
synthetic constructor •() self::A*
;
}
class B extends self::A {
synthetic constructor •() self::B*
;
}
class C extends self::A {
synthetic constructor •() self::C*
;
}
static method main() dynamic
;