blob: e66f393e081e3145e0c99e23f8dd48318a2a1fe7 [file]
context(s: String) fun foo() {}
fun bar() {
foo(s = "")
}