blob: 3167f12d900dc953d6a61b264685c2e9263bd030 [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 {}