Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
localFun.kt.after
blob: 291c3fe950323a2faaab80b23337bdf45b2687de [
file
] [
log
] [
blame
]
// "Replace with '1'" "true"
fun foo
():
Int
{
@Deprecated
(
""
,
ReplaceWith
(
"1"
))
fun localFun
()
=
1
return
<caret>
1
}