Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
tests-spec
/
testData
/
diagnostics
/
helpers
/
annotations.kt
blob: 1bbffdad43d520330a80855511ba42a4bc54694f [
file
]
@Retention
(
AnnotationRetention
.
SOURCE
)
@Target
(
AnnotationTarget
.
EXPRESSION
)
annotation
class
RetentionSourceAndTargetExpression