blob: d6e96c85a284c1875c1905bd55ecc169c4319c20 [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 = dynamic> extends core::Object {
synthetic constructor •() self::B<self::B::T>
;
operator []=(core::Map<core::int, self::B::T> x, core::List<self::B::T> y) void
;
}
class C<U extends core::Object = dynamic> extends self::B<asy::Future<self::C::U>> {
synthetic constructor •() self::C<self::C::U>
;
operator []=(core::Object x, core::Object y) void
;
method h() void
;
}
static method f<T extends core::Object = dynamic>() self::f::T
;
static method main() dynamic
;