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
Test case, FieldAccessTest.testFieldAccess, would throw the error:
scala.ScalaReflectionException: Scala field x isn't represented as a
Java field, neither it has a Java accessor method note that private
parameters of class constructors don't get mapped onto fields
and/or accessors, unless they are used outside of their declaring
constructors.
Test case, OpenHashMapTest.maintainsDeletedCount couldn't be updated
with scala-reflect.
0 commit comments