blob: 900ccf2ed334fc58dae48acfe30d32a917b83323 [file]
// COMPILATION_ERRORS
context(s: String,,)
fun foo() {}
context(
s: String,,
)
fun foo() {}
context(
s: String
,,
)
fun foo() {}
context(,)
fun foo() {}
context(, s: String)
fun foo() {}