blob: 48e4d72b5020cf1ca6cb6fb496f4d27db5bfb90c [file] [log] [blame]
// "Surround with null check" "true"
fun foo(arg: Int?) {
arg<caret>.hashCode()
}