blob: 413457cd4355037233b1e7966574b4e738df3e43 [file] [log] [blame]
library test;
class C<T> {
C(this.t);
T t;
}
main() {}
test() {}