/** * [Y.] */ class X { enum class Y { First, Second } } // EXIST: First // EXIST: Second