Don't generate getEntries method in light classes when feature disabled
^KTIJ-23530 Fixed
This commit is contained in:
committed by
Space Team
parent
e5d5cbc7a3
commit
cbb20ce2b8
-15
@@ -1,15 +0,0 @@
|
||||
public enum EnumNameOverride /* EnumNameOverride*/ implements Bar {
|
||||
;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static EnumNameOverride valueOf(java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(java.lang.String)
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static EnumNameOverride[] values();// values()
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static kotlin.enums.EnumEntries<EnumNameOverride> getEntries();// getEntries()
|
||||
|
||||
private EnumNameOverride();// .ctor()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user