// "Create parameter 's'" "true" fun foo(n: Int) { } fun bar() { foo(n = 1, s = "2") }