blob: d3b1c75bc67af97d303929e1a2167c01e9d2dbfd [file] [log] [blame]
fun box(): String {
fun foo(s: String = "O") = s
return foo() + foo("K")
}