blob: 3809765116704f2cfc20d3647faffef9a22f0f17 [file] [log] [blame]
library test;
class A<T> {
A(B<List<T>> b);
}
class B<T> {}
main() {}