blob: 0d236feee4ea4728ec116e58882848916af17589 [file] [log] [blame]
// @dart = 2.9
library test;
class C<T> {
T t;
C.named(List<T> t);
}
main() {}