blob: d54f1ce1c7e67b030542e04ccf0a83990fc75d05 [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
;