blob: 9c3ae75822c75d92b4d7be24dcf6db2bddee4b2a [file] [log] [blame]
library /*isNonNullableByDefault*/;
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
;