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
Suppress warnings in comprehensions with 22+ binds (#23590)
Fixes#23164
At that point, we emit a TupleXXL pattern case bundling all the variable
bindings so far. The type tests in these patterns cannot be checked at
runtime due to erasure. But we know these are safe, so we mark them as
`@unchecked`.
0 commit comments