Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
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