Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
use-site_get.kt
blob: 3fd0e96a4e4302874b07d56169b23d9e73a07134 [
file
] [
log
] [
blame
]
// "Add annotation target" "true"
@Target
annotation
class
GetAnn
class
Get
(<
caret
>
@get
:
GetAnn
val foo
:
String
)