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