Closed
Description
Minimized code
Scala.js 1.2.0
Dotty 0.27.0-RC1
enum ConfigSyntax extends jl.Enum[ConfigSyntax] {
case JSON
case CONF
case PROPERTIES
}
Output
[error] Assignment to static member org.ekrich.config.ConfigSyntax.JSON not supported
Expectation
This works fine compiling for JVM so I would expect it to work for Scala.js as well.