Consider the following: ```groovy enum E { ONE, TWO } assert E.ONE.next().name() == 'TWO' ``` Compiler-supplied (see `EnumVisitor`) methods "next", "previous", "valueOf" and "values" are not highlighted as methods. 
Consider the following:
Compiler-supplied (see
EnumVisitor) methods "next", "previous", "valueOf" and "values" are not highlighted as methods.