blob: 65185f25bcedab4a5a2c92ad8794436e9545fd19 [file] [log] [blame]
library test;
class C<T> {
C(List<T> x);
}
main() {}