blob: c5e4a4ce8f870a757e1c1a9e5c948cd9ae5fa820 [file] [log] [blame]
library test;
class A<T> {
A(T x);
}
var t2 = [new A(2)];
main() {}