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
// expected-error@-1 {{function declares an opaque return type 'Collection<T>', but the return statements in its body do not have matching underlying types}}
131
+
if(first.count > second.count){return first } //expected-note {{return statement has underlying type 'Collection<T>'}}
132
+
return second //expected-note {{return statement has underlying type 'Collection<T>'}}
0 commit comments