8 lines
119 B
Plaintext
Vendored
8 lines
119 B
Plaintext
Vendored
// "Replace with 'p'" "true"
|
|
@Deprecated("", ReplaceWith("p"))
|
|
fun oldFun(p: Int): Int = p
|
|
|
|
fun foo() {
|
|
<caret>0
|
|
}
|