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