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

2 lines
134 B
Kotlin
Vendored

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