You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
overridefunc foo<T>(arg:T){} // expected-error {{overridden method 'foo' has generic signature <T> which is incompatible with base method's generic signature <T where T : SR_4206_Protocol_2>}}
571
+
overridefunc foo<T>(arg:T){} // Ok?
572
572
}
573
573
574
574
// Base class not generic w/ method generic, derived class generic w/ method generic but different requirement
0 commit comments