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