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