Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
replaceCallWithArgument.kt.after
blob: cb9cade936bcb5f9d7bc8f918d55c0264f523ccd [
file
] [
log
] [
blame
]
// "Replace with 'p'" "true"
@Deprecated
(
""
,
ReplaceWith
(
"p"
))
fun oldFun
(
p
:
Int
):
Int
=
p
fun foo
()
{
val v
=
0
}