generic-function-multi-constraint-param.azsl 75 B

1234
  1. interface I {};
  2. interface J {};
  3. void func<T : I, U : J, F>(F f, T t, U u);