Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
compilerRequiredAnnotationsOnPropertyDelegateScript.kts
blob: d20721dc219632b53ea0e640a741b2db5dfdbaca [
file
]
annotation
class
Anno
(
val s
:
String
)
@delegate
:
Deprecated
(
"delegate"
)
@delegate
:
Anno
(
"delegate"
)
val memberP
<caret>
roperty
by
lazy
{
"42"
}