[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
+2
-2
@@ -10,14 +10,14 @@ annotation class TestAnn : Annotation {
|
||||
}
|
||||
|
||||
class TestClass {
|
||||
@TestAnn(...)
|
||||
@TestAnn(x = 1)
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
/* InstanceInitializerCall */
|
||||
|
||||
}
|
||||
|
||||
@TestAnn(...)
|
||||
@TestAnn(x = 2)
|
||||
constructor(x: Int) {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user