Files
kotlin-fork/idea/testData/quickfix/deprecatedSymbolUsage/replaceCallWithArgument.kt.after
T
2015-06-29 19:29:26 +03:00

8 lines
118 B
Plaintext
Vendored

// "Replace with 'p'" "true"
deprecated("", ReplaceWith("p"))
fun oldFun(p: Int): Int = p
fun foo() {
<caret>0
}