blob: c6ca162ecb595d9da6f76bece3798a66f43fafe8 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class Foo<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() self::Foo<self::Foo::T>
;
abstract get list() core::List<self::Foo::T>;
abstract method setList<T extends core::Object = dynamic>(core::List<self::Foo::setList::T> value) void;
}
class Bar extends core::Object implements self::Foo<core::int> {
field core::List<core::int> list;
synthetic constructor •() self::Bar
;
method setList<int extends core::Object = dynamic>(core::List<self::Bar::setList::int> value) void
;
}