Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
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
}