Consider the following: ```groovy enum E { F { { throw new Exception() } } } ``` The contents of the object initializer block of `F` are not highlighted. 
Consider the following:
The contents of the object initializer block of
Fare not highlighted.