8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
// "Replace with '1'" "true"
|
|
|
|
fun foo(): Int {
|
|
@deprecated("", ReplaceWith("1"))
|
|
val localVar = 1
|
|
|
|
return <caret>1
|
|
} |