blob: 29c9049ea5baa3c30e0f5beb42f2f416a735f347 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
;
get foo() core::int
;
}
static method foo<T extends core::Object? = dynamic>((self::foo::T%) void f) core::List<self::foo::T%>
;
static method test1() dynamic
;
static method test2() dynamic
;