[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
// Function parameter CAN be recursively annotated
|
||||
annotation class ann(val x: Int)
|
||||
fun foo(@ann(foo(1)) x: Int): Int = x
|
||||
Reference in New Issue
Block a user