fun foo(a: Int): Int { val b: Int = 1 return a + b*a }