[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
+2
-2
@@ -16,8 +16,8 @@ open enum class TestEnum : Enum<TestEnum> {
|
||||
|
||||
}
|
||||
|
||||
@TestAnn(...)
|
||||
ENTRY1 init = TODO("IrEnumConstructorCall") @TestAnn(...)
|
||||
@TestAnn(x = "ENTRY1")
|
||||
ENTRY1 init = TODO("IrEnumConstructorCall") @TestAnn(x = "ENTRY2")
|
||||
ENTRY2 init = TODO("IrEnumConstructorCall")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user