Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/RecursivelyAnnotated.kt
T
2015-09-08 12:11:30 +03:00

3 lines
112 B
Kotlin
Vendored

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