blob: bb20d27002fa4b40de4c2c602bce69d5c3911529 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
method call() core::int
;
}
static method functionContext(() core::int f) dynamic
;
static method nullableFunctionContext(() →? core::int f) dynamic
;
static method foo<T extends self::C? = self::C?>(self::C? c, self::foo::T% t, self::foo::T? nt) dynamic
;
static method bar<T extends self::C = self::C>(self::C c, self::bar::T t) dynamic
;
static method main() dynamic
;