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