4 lines
129 B
Kotlin
Vendored
4 lines
129 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// Class CAN be recursively annotated
|
|
@RecursivelyAnnotated(1)
|
|
annotation class RecursivelyAnnotated(val x: Int) |