98407a7c4b
A set of tests provided.
3 lines
140 B
Kotlin
Vendored
3 lines
140 B
Kotlin
Vendored
// Functions can be recursively annotated
|
|
annotation class ann(val x: Int)
|
|
ann(<!ANNOTATION_PARAMETER_MUST_BE_CONST!>foo()<!>) fun foo() = 1 |