98407a7c4b
A set of tests provided.
2 lines
134 B
Kotlin
Vendored
2 lines
134 B
Kotlin
Vendored
// Class constructor parameter CAN be recursively annotated
|
|
annotation class RecursivelyAnnotated(@RecursivelyAnnotated(1) val x: Int) |