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