blob: 6e2c9f6aad63fd77581be5a419af8c2bb54176d7 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef Foo<S extends core::Object* = dynamic> = <T extends core::Object* = dynamic>(T*) →* S*;
class A extends core::Object {
field <T extends core::Object* = dynamic>(T*) →* core::int* f;
synthetic constructor •() self::A*
;
method test() void
;
}
static method foo<T extends core::Object* = dynamic>(self::foo::T* x) core::int*
;
static method bar() <T extends core::Object* = dynamic>(T*) →* core::int*
;
static method test1() void
;
static method main() dynamic
;