## Minimized code Scala.js `1.2.0` Dotty `0.27.0-RC1` ```Scala enum ConfigSyntax extends jl.Enum[ConfigSyntax] { case JSON case CONF case PROPERTIES } ``` ## Output ```scala [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. ## Repo https://github.com/ekrich/sconfig/tree/topic/dotty-js