Revert "Generate private constructors for Enums" cause of bootstrap problem
This reverts commit 81435c9
This commit is contained in:
@@ -9,5 +9,5 @@ public enum E {
|
||||
@kotlin.Deprecated(message = "b")
|
||||
Entry3;
|
||||
|
||||
private E() { /* compiled code */ }
|
||||
protected E() { /* compiled code */ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user