5 lines
96 B
Kotlin
Vendored
5 lines
96 B
Kotlin
Vendored
// "Surround with null check" "true"
|
|
|
|
fun foo(arg: Int?) {
|
|
42 + arg<caret>.hashCode() - 13
|
|
} |