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