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