blob: 467c3893a248174cf25a25d8cca9d1e6fae6f1ae [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo<T extends core::Object = dynamic> extends core::Object {
field self::Foo::T x;
constructor from(core::String _init) void
;
constructor _internal({self::Foo::T x}) void
;
}
static method main() void
;