Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
properties
/
constAnnotationCycle.kt
blob: 4dc198a237000e475c4c6a7d7a9ef28c374c3d0f [
file
]
// FIR_IDENTICAL
annotation
class
Anno
(
val value
:
String
)
@Anno
(
constant
)
const
val constant
=
"OK"