blob: 59b6ae766ff70dcf390ad221ae9930fd0fe05102 [file]
public enum E {
/**
* @deprecated
*/
@kotlin.Deprecated(message = "a")
Entry1, Entry2, /**
* @deprecated
*/
@kotlin.Deprecated(message = "b")
Entry3;
protected E() { /* compiled code */ }
}