blob: 7813516ab7451103b54e543405538a1eda49c40f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::C<self::C::T%>
;
method f() void
;
}
static method main() dynamic
;