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