3 lines
151 B
Kotlin
Vendored
3 lines
151 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// Class constructor parameter CAN be recursively annotated
|
|
annotation class RecursivelyAnnotated(@RecursivelyAnnotated(1) val x: Int) |