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