Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/RecursivelyAnnotatedGlobalProperty.kt
T

4 lines
121 B
Kotlin
Vendored

// FIR_IDENTICAL
// Properties can be recursively annotated
annotation class ann(val x: Int)
@ann(x) const val x: Int = 1