blob: 16161346ef20be67eeb724fb3c4af1d42c70ed27 [file] [log] [blame]
// "Surround with null check" "true"
fun foo(arg: Int?, flag: Boolean) {
while (flag) arg<caret>.hashCode()
}