blob: 5d5d2058aeb190453df36593ce7b29b3233c9a81 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::Object? = dynamic> extends core::Object {
constructor •(self::A::T% x) self::A<self::A::T%>
;
}
static field core::List<self::A<core::int>> t1;
static method main() dynamic
;