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