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