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