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
In #4180, note that the error message is very misleading; even after this comparison is allowed, I'd expect this issue to apply to other examples:
objectBar {
true== (true: java.lang.Boolean)
}
gives
--Error:/tmp/scastie843852333271942738/src/main/scala/main.scala:3:2---------3|true== (true: java.lang.Boolean)
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^|Values of types Boolean and Boolean cannot be compared with== or !=
The text was updated successfully, but these errors were encountered:
In #4180, note that the error message is very misleading; even after this comparison is allowed, I'd expect this issue to apply to other examples:
gives
The text was updated successfully, but these errors were encountered: