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
Approximate range(Nothing, hi) to Nothing & hi instead of Nothing. This avoids
creating TypeRefs with a Nothing prefix which manifest themselves down the line
with an error like:
Cannot resolve reference to type path.type.AbsMember.
The classfile defining the type might be missing from the classpath.
val z1 = transition(di).ext(1) // error
^
Due to a MissingType thrown from TypeErasure#sigName
Fixes#23530
0 commit comments