Files
kotlin-fork/compiler/testData/asJava/lightClasses/lightClassByFqName/DeprecatedEnumEntry.descriptors.java
T
2024-03-19 13:57:23 +00:00

16 lines
690 B
Java
Vendored

public enum E /* p.E*/ {
@kotlin.Deprecated(message = "a") Entry1,
Entry2,
@kotlin.Deprecated(message = "b") Entry3;
@org.jetbrains.annotations.NotNull()
public static @org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() p.E[] values();// values()
@org.jetbrains.annotations.NotNull()
public static @org.jetbrains.annotations.NotNull() kotlin.enums.EnumEntries<p.E> getEntries();// getEntries()
@org.jetbrains.annotations.NotNull()
public static @org.jetbrains.annotations.NotNull() p.E valueOf(java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(java.lang.String)
private E();// .ctor()
}