blob: 195a9e4aa87c5c2a86f9e1427ec3957309daa7ee [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<U extends self::C::T = dynamic>(self::C::f::U x) void
;
}
static method g1(dynamic d) void
;
static method g2(dynamic d) void
;
static method test() void
;
static method main() dynamic
;