blob: f3b356a459b8ef05b2427d692fde3425f63b44a5 [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);