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