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