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