// "Create enum constant 'C'" "true" enum class E { A, B, C } fun foo() { E.C }