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

3 lines
97 B
Kotlin
Vendored

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