in testing/testData/inspection/htmlOutput/My.kt [17:21]
fun foldToElvis(arg: Int?): Int { val n = arg if (n == null) return -1 return n }