Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
use-site_delegate.kt
blob: fd43f78c2665ada48f662b93e173652780d6c0f3 [
file
] [
log
] [
blame
]
// "Add annotation target" "true"
// WITH_RUNTIME
@Target
annotation
class
DelegateAnn
<caret>
@delegate
:
DelegateAnn
val foo
by
lazy
{
""
}