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

3 lines
111 B
Kotlin
Vendored

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