Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
noBackingField.kt
blob: 32485f8684cac2ffc73839c1062a244ad6fd2bb3 [
file
]
// "Add annotation target" "true"
@Target
(
AnnotationTarget
.
FIELD
)
annotation
class
FieldAnn
<caret>
@FieldAnn
val x
get
()
=
42