blob: e5bb6f3b4563cf460ac0ab07b0eab3ac0572c66d [file] [log] [blame]
library test;
class C<T> {
T t;
C(this.t);
}
test() {}
main() {}