blob: 49ccb85a5cdd00ce4c3f68ff6d6331bbf1519808 [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;
default constructor •() void
;
set y(core::List<self::A::T> value) void
;
}
static method test() dynamic
;
static method main() dynamic
;