Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
wholeProject
/
function.after.OldDeclaration.kt
blob: 277d53f89a501ede062177737079c5cf02c7fd7a [
file
] [
log
] [
blame
]
package
pack
@Deprecated
(
""
,
ReplaceWith
(
"newFun(p + 1)"
,
"newPack.newFun"
))
fun oldFun
(
p
:
Int
)
{
newFun
(
p
+
1
)
}