Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
use-site_setparam.kt
blob: 5b2cd2854e27f7de74c5704edfce19f08a7ece0e [
file
]
// "Add annotation target" "true"
@Target
annotation
class
SetParamAnn
class
Bar
{
<caret>
@setparam
:
SetParamAnn
var
foo
=
1
set
(
value
)
{}
}