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