KT-12628: new test for arg + something with nullable arg
(cherry picked from commit a7e4e2d)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9830140a15
commit
c439a751ab
@@ -0,0 +1,4 @@
|
||||
// "Replace with safe (?.) call" "true"
|
||||
|
||||
operator fun Int.plus(index: Int) = this
|
||||
fun fox(arg: Int?) = arg <caret>+ 42
|
||||
Reference in New Issue
Block a user