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