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
docs: add in a note about elidable not being supported in Scala 3
This is a follow-up of the comment in
#15766 (comment)
to try and make it clear to Scala 3 users that while this API exists and
is visible in Scala 3, it's not supported by the actual compiler.
Therefore it's recommended to instead use the `inline if` alternative.
This just adds a note to the Scaladoc to that effect.
refs: #15766
0 commit comments