[SLC] generate static enum methods from symbols
^KT-55496 Fixed
This commit is contained in:
committed by
Space Team
parent
c28e9d5253
commit
7d0c093da7
@@ -0,0 +1,14 @@
|
||||
public enum E /* p.E*/ {
|
||||
@kotlin.Deprecated(message = "a") Entry1,
|
||||
Entry2,
|
||||
@kotlin.Deprecated(message = "b") Entry3;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final p.E valueOf(java.lang.String) throws java.lang.IllegalArgumentException;// valueOf(java.lang.String)
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final p.E[] values();// values()
|
||||
|
||||
private E();// .ctor()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user