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