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