blob: e693bd9149236dcc015f7cc7d9682d17032adfd1 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::Object> 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
;