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