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