Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
RecursivelyAnnotatedParameterWithAt.kt
blob: 73d97511b955dfa43f1c219004e89cb2635bbc5e [
file
]
// FIR_IDENTICAL
// Class constructor parameter CAN be recursively annotated
annotation
class
RecursivelyAnnotated
(
@RecursivelyAnnotated
(
1
)
val x
:
Int
)