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