[FIR] Start enum entries reworking
This commit is contained in:
committed by
Mikhail Glukhikh
parent
68d64f1b5c
commit
13132e69a3
+1
-1
@@ -17,5 +17,5 @@ enum class En {
|
||||
|
||||
fun ENTRY() = 42
|
||||
|
||||
fun SUBCLASS() = <!AMBIGUITY!>ENTRY<!>()
|
||||
fun SUBCLASS() = ENTRY()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user