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