mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Generate private constructors for Enums
#KT-2680 Fixed #KT-16867 Fixed
This commit is contained in:
@@ -9,5 +9,5 @@ public enum E {
|
||||
@kotlin.Deprecated(message = "b")
|
||||
Entry3;
|
||||
|
||||
protected E() { /* compiled code */ }
|
||||
private E() { /* compiled code */ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user