[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
Vendored
+1
-1
@@ -10,7 +10,7 @@ annotation class A : Annotation {
|
||||
}
|
||||
|
||||
fun foo(m: Map<String, Int>) {
|
||||
@A(...)
|
||||
@A(x = "foo/test")
|
||||
val test: Int
|
||||
val test$delegate: Lazy<Int> = lazy<Int>(initializer = local fun <anonymous>(): Int {
|
||||
return 42
|
||||
|
||||
Reference in New Issue
Block a user