c439a751ab
(cherry picked from commit a7e4e2d)
5 lines
119 B
Kotlin
Vendored
5 lines
119 B
Kotlin
Vendored
// "Replace with safe (?.) call" "true"
|
|
|
|
operator fun Int.plus(index: Int) = this
|
|
fun fox(arg: Int?) = arg <caret>+ 42
|