fun foo(string: String) { val a = 7 println("Hello world, $string!") }