blob: b3216bfb2a7405b5793a7316e0a42002ccf7968f [file] [log] [blame]
class Example<T1, T2>
{
Example<int, string> Method<TA, TB>(TA RIGHT, TB b)
{
// Filler
// Filler
// ChangeMe
return null;
}
}