Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
use-site_param.kt
blob: 37e16fdac6b659359bca6e8cf78bd026604a026f [
file
] [
log
] [
blame
]
// "Add annotation target" "true"
@Target
annotation
class
ParamAnn
class
Param
(<
caret
>
@param
:
ParamAnn
val foo
:
String
)