[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
+2
-2
@@ -10,9 +10,9 @@ annotation class TestAnn : Annotation {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
@TestAnn(...)
|
||||
@TestAnn(x = "foo/testVal")
|
||||
val testVal: String = "testVal"
|
||||
@TestAnn(...)
|
||||
@TestAnn(x = "foo/testVar")
|
||||
var testVar: String = "testVar"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user