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

4 lines
129 B
Kotlin
Vendored

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