Revert "FIR/LC: create synthetic members of enum class"

This reverts commit 1b6ded60
This commit is contained in:
Yan Zhulanow
2022-03-03 21:14:48 +09:00
parent 736c6c4d29
commit f237631f05
13 changed files with 9 additions and 132 deletions
@@ -3,12 +3,6 @@ public enum E /* p.E*/ {
Entry2,
Entry3;
@org.jetbrains.annotations.NotNull()
public final p.E valueOf(@org.jetbrains.annotations.NotNull() java.lang.String);// valueOf(java.lang.String)
@org.jetbrains.annotations.NotNull()
public final p.E[] values();// values()
private E();// .ctor()
}
}