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