4 lines
157 B
Kotlin
Vendored
4 lines
157 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// Functions can be recursively annotated
|
|
annotation class ann(val x: Int)
|
|
@ann(<!ANNOTATION_ARGUMENT_MUST_BE_CONST!>foo()<!>) fun foo() = 1 |