// WITH_STDLIB // IGNORE_BACKEND: WASM enum class E { OK } fun id(x: T) = x fun box() = enumValueOf(id("OK")).name