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