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