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