Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/RecursivelyAnnotated.fir.kt
T

3 lines
112 B
Kotlin
Vendored

// Class CAN be recursively annotated
@RecursivelyAnnotated(1)
annotation class RecursivelyAnnotated(val x: Int)