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