Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
RecursivelyAnnotatedFunctionParameter.kt
blob: 5882f54d9c31dcf5e98cab9474c0845cd4c20d83 [
file
]
// FIR_IDENTICAL
// Function parameter CAN be recursively annotated
annotation
class
ann
(
val x
:
Int
)
fun foo
(
@ann
(<!
ANNOTATION_ARGUMENT_MUST_BE_CONST
!>
foo
(
1
)<!>)
x
:
Int
):
Int
=
x