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