// "Create function 'foo'" "true" fun test(s: String?) { if (s == null) return foo(s) } fun foo(s: String) { TODO("Not yet implemented") }