blob: 35a99bdd8e2c0d8ecfcd36d9e422caed47995033 [file] [log] [blame]
// "Surround with null check" "true"
// WITH_RUNTIME
fun foz(arg: String?) {
if (arg<caret>.isNotEmpty()) {
}
}