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