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