enum class EE { A, B } fun foo(): EE { return E } // ORDER: A // ORDER: B // ORDER: valueOf // ORDER: EE