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