After seeing some erratic behavior in a mixed Java and Scala application I found that Java code checking for equality of Scala enums was failing when the should have passed. I've created this project ...
[error] <path>/scala-java-enum-regression/src/main/scala/main.scala:5:23: match may not be exhaustive. [error] It would fail on the following inputs: (_ : com ...