blob: e66434c63ba32fc290b11fc158c32e8b5605da26 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "dart:collection";
class A<T extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::A<self::A::T%>
;
}
class C extends core::Object {
synthetic constructor •() self::C
;
method fun() dynamic
;
}
static method main() dynamic
;