Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
65726c64be853f39a705a972a28bfd1f8a1c54e1
/
.
/
analysis
/
analysis-api
/
testData
/
annotations
/
annotationsOnDeclaration
/
deprecated.kt
blob: 5e5461d0ea1667128d316b75be38039404c47b06 [
file
]
@Deprecated
(
"deprecated"
,
level
=
DeprecationLevel
.
ERROR
)
fun f
<caret>
oo
()
{
}