Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
compilerRequiredAnnotationsOnFunction.kt
blob: 9e1b38e2a3b8ea84b363081f7a1146c1cfa50582 [
file
]
annotation
class
Anno
(
val s
:
String
)
@Deprecated
(
"function"
)
@Anno
(
"function"
)
fun f
<caret>
ooo
(
@Deprecated
(
"a"
)
@Anno
(
"a"
)
a
:
Int
)
{
}