blob: ca0af4f40be094828fb5d6fac12a93aef0720cca [file] [log] [blame]
// @dart = 2.9
library test;
class C<T> {
C(List<T> list);
}
main() {}