blob: c76af62e7a3ce4251b6cb5e4fdc9de19d66ed3b4 [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 async
;