blob: 76b247ccb7ef2ff78d1db79b7c1f6d7017db9a35 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A*
;
}
class B extends core::Object {
synthetic constructor •() self::B*
;
}
abstract class _C&Object&Function extends core::Object {
synthetic constructor •() self::_C&Object&Function*
;
}
class C extends self::_C&Object&Function {
synthetic constructor •() self::C*
;
}
class D extends core::Object {
synthetic constructor •() self::D*
;
}
static method main() dynamic
;