blob: 9ef3f0cd86887b91a9cbfce3f67e1cb562f532e7 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
import "dart:async" as asy;
class B<T extends core::Object> extends core::Object {
synthetic constructor •() void
;
operator []=(core::Map<core::int, self::B::T> x, core::List<self::B::T> y) void
;
}
class C<U extends core::Object> extends self::B<asy::Future<self::C::U>> {
synthetic constructor •() void
;
operator []=(core::Object x, core::Object y) void
;
method h() void
;
}
static method f<T extends core::Object>() self::f::T
;
static method main() dynamic
;