blob: c3e10a35f9fb5782d0e3869f6f411584f651ebb8 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::Object = dynamic> extends core::Object {
field core::List<self::A::T> x;
synthetic constructor •() void
;
set y(core::List<self::A::T> value) void
;
}
static method test() dynamic
;
static method main() dynamic
;