98407a7c4b
A set of tests provided.
3 lines
97 B
Kotlin
Vendored
3 lines
97 B
Kotlin
Vendored
// Properties can be recursively annotated
|
|
annotation class ann(val x: Int)
|
|
ann(x) val x: Int = 1 |