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