in testing/testData/inspection/htmlOutput/My.kt [10:15]
fun canBeVal(): Int { var x = 1 var y = x * 2 var z = "98" + y return z.toInt() }