in testing/testData/inspection/maxErrors/foo.kt [4:9]
fun foo(a: Int, b: Int, c: Int): Int { var x = a var y = b var z = c return x + y + z }