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