blob: 84d90fc98ff2ac1ac8b5a5f7ed46d1e2e54bfaf2 [file] [log] [blame]
library test;
class A<T> {
A(T x);
}
main() {}
var t1 = <A<int>>[new A(1)];