## Compiler version 3.2.1 ## Minimized code See this [github repo](https://github.com/mushtaq/enum-mix-scala-java-16391) which uses 3 steps to reproduce it: - Create a Scala enum - Create a Java interface that references the Scala enum - Print enum value from a main method a) directly b) via Java interface ## Output Red null ## Expectation Red Red