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