blob: dbde52b1dd5f0b1284e13ad29f5140585f9e7f5b [file] [log] [blame]
library test;
class A<T> {
List<T> x = throw '';
void set y(List<T> value) {}
}
test() {}
main() {}