// "Create function 'foo'" "true" fun test() { foo(2, "2") } fun foo(i: Int, s: String) { TODO("Not yet implemented") }