blob: f91a674fd066cbf13369c89d9366fc15caa7ccf6 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
default constructor •() void
;
operator [](core::int x) core::num
;
}
class C extends self::B {
default constructor •() void
;
operator [](core::Object x) core::int
;
method h() void
;
}
static method f<T extends core::Object>() self::f::T
;
static method main() dynamic
;