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
Add a new method scala.Predef.runtimeChecked that when applied to a value in match scrutinee position, turns off pattern match exhaustivity warnings, and refutable pattern binding warnings
The text was updated successfully, but these errors were encountered:
bishabosha
changed the title
[SIP 57] Add language mode for replacing @unchecked in the context that means "check at runtime"
[SIP 57] Add runtimeChecked method to replace @unchecked in the context that means "check at runtime"
Jul 4, 2024
SIP 57 is accepted for implementation: https://docs.scala-lang.org/sips/replace-nonsensical-unchecked-annotation.html
Add a new method
scala.Predef.runtimeChecked
that when applied to a value in match scrutinee position, turns off pattern match exhaustivity warnings, and refutable pattern binding warningsThe text was updated successfully, but these errors were encountered: