blob: c93f6b005aaec7054dacbddb5a32f8929d3a3a3c [file] [log] [blame]
library test;
F<num> test(C<num> c) {}
class C<T> {
F<T> operator [](int i) => throw '';
}
main() {}
typedef void F<T>(T x);