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