[SLC] generate static enum methods from symbols
^KT-55496 Fixed
This commit is contained in:
committed by
Space Team
parent
c28e9d5253
commit
7d0c093da7
@@ -8,12 +8,6 @@ public enum Foo /* Foo*/ {
|
||||
|
||||
private final int x;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static Foo valueOf(@org.jetbrains.annotations.NotNull() java.lang.String) throws java.lang.IllegalArgumentException;// valueOf(java.lang.String)
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static Foo[] values();// values()
|
||||
|
||||
public final int getX();// getX()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user