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
Merge with fullNameSeparated. Take into account that static nested
classes are separated only with a single '$' from the enclosing object.
Previous scheme took the module class as owner, which led to a double '$$'.
affects run test
Course-2002-04-run.log
java.lang.ClassNotFoundException: scala.math.Numeric$$IntIsIntegral$
Actual class has name scala.math.Numeric$IntIsIntegral.class, ie one
$
instead of two.The text was updated successfully, but these errors were encountered: