KT-11104 : quick fix "surround with null check"
This commit is contained in:
committed by
Mikhail Glukhikh
parent
585dcbf1f3
commit
90342ea33b
@@ -0,0 +1,7 @@
|
||||
// "Surround with null check" "true"
|
||||
|
||||
infix fun Int.op(arg: Int) = this
|
||||
|
||||
fun foo(arg: Int?) {
|
||||
arg <caret>op 42
|
||||
}
|
||||
Reference in New Issue
Block a user