blob: 9d1472dc460aa1ce21bbf687f20f872d94586ed3 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
synthetic constructor •() void
;
operator []=(core::int x, core::String y) void
;
}
class C extends self::B {
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
;