blob: 4b1ce58bae41c9a376cff658df22d90d37e2feec [file] [log] [blame]
Map<C<String>, int> foo() => throw 0;
class C<T> {
const C(this.t);
final T t;
}
test() {}