blob: 6328816c568e5011a2cc8cf04bd780ecd22d5d2b [file] [log] [blame]
library test;
class C<T> {
T t;
C._();
factory C(T t) {}
}
test() {}
main() {}