Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
RecursivelyAnnotatedGlobalFunction.kt
blob: 50ac5b3eabe24a33c32f81de7b9bdf5ac65a331b [
file
]
// FIR_IDENTICAL
// Functions can be recursively annotated
annotation
class
ann
(
val x
:
Int
)
@ann
(<!
ANNOTATION_ARGUMENT_MUST_BE_CONST
!>
foo
()<!>)
fun foo
()
=
1