blob: 7dd772220450154e91e6a29427318c909ca821d0 [file] [log] [blame]
library test;
class C<T> {
T t;
C.named(List<T> t);
}
main() {}