498e746689
#KT-8169 Fixed
8 lines
118 B
Plaintext
Vendored
8 lines
118 B
Plaintext
Vendored
// "Replace with 'p'" "true"
|
|
deprecated("", ReplaceWith("p"))
|
|
fun oldFun(p: Int): Int = p
|
|
|
|
fun foo() {
|
|
<caret>0
|
|
}
|