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