blob: e0c11739c4c0f4fff5483fafb01077fa012b0570 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef Callback<T extends core::Object> = (T) void;
class Foo<T extends core::Object> extends core::Object {
final field self::Foo::T finalField;
final field (self::Foo::T) void callbackField;
field self::Foo::T mutableField;
field (self::Foo::T) void mutableCallbackField;
constructor •(self::Foo::T finalField, (self::Foo::T) void callbackField) void
;
method method(self::Foo::T x) void
;
set setter(self::Foo::T x) dynamic
;
method withCallback((self::Foo::T) void callback) void
;
}
static method main() dynamic
;