[IR] update testdata: better support for IrEnumConstructorCall and IrEnumEntry
This commit is contained in:
committed by
teamcityserver
parent
602f0ddbc8
commit
5500b014f5
+2
-2
@@ -1,11 +1,11 @@
|
||||
enum class Enum : Enum<Enum> {
|
||||
private constructor() /* primary */ {
|
||||
TODO("IrEnumConstructorCall")
|
||||
super/*Enum*/<Enum>()
|
||||
/* InstanceInitializerCall */
|
||||
|
||||
}
|
||||
|
||||
A init = TODO("IrEnumConstructorCall")
|
||||
A = Enum()
|
||||
|
||||
fun values(): Array<Enum> /* Synthetic body for ENUM_VALUES */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user