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
closing old backend tickets, since the back end was completely replaced in Scala 2.12. reopen if you demonstrate this is still relevant in current Scala
The following change that just got merged:
scala/scala#1095
introduced marking fields accessed by @inline method.
Now, it seems like inliner doesn't cope well with private[this] fields.
Apply the following patch to the test-case:
and now see it fail:
The text was updated successfully, but these errors were encountered: