mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
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