import java.lang.annotation.ElementType fun foo(){ val e : java.lang.annotation.ElementType = ElementType.FIELD } // ELEMENT: FIELD