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
After erasure, the rhs of an inline val like
inline val n = 3
no longer has a constant type. Therefore, we need to disable
the check for it after erasure. Test case (discovered by
accident) in harmonize.scala.
0 commit comments