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