blob: 6d9b5abd4e346aaccb85b28284d8c858ab6ebd94 [file] [log] [blame]
library;
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 {}