blob: b3216bfb2a7405b5793a7316e0a42002ccf7968f [file] [log] [blame]
Steven Jeurisec0e3072024-04-03 21:42:44 +00001class Example<T1, T2>
2{
3 Example<int, string> Method<TA, TB>(TA RIGHT, TB b)
4 {
5 // Filler
6 // Filler
7
8 // ChangeMe
9 return null;
10 }
11}