// KT-55828 // IGNORE_BACKEND_K2: NATIVE // IGNORE_BACKEND: WASM enum class E { OK } fun id(x: T) = x fun box() = enumValueOf(id("OK")).name