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