Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
RecursivelyAnnotatedGlobalProperty.kt
blob: be3202330803be526d9bf8a0d2064659599a17d2 [
file
]
// FIR_IDENTICAL
// Properties can be recursively annotated
annotation
class
ann
(
val x
:
Int
)
@ann
(
x
)
const
val x
:
Int
=
1