FIR/LC: create synthetic members of enum class
^KTIJ-17414 In Progress ^KTIJ-17444 In Progress
This commit is contained in:
committed by
Ilya Kirillov
parent
790f2d13ae
commit
1b6ded6005
@@ -0,0 +1,8 @@
|
||||
public enum E /* p.E*/ {
|
||||
Entry1,
|
||||
Entry2,
|
||||
Entry3;
|
||||
|
||||
private E();// .ctor()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user