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