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