blob: 346f12693a56ad165a4290c2500273481bb1fb4e [file]
context(s: String,)
fun foo() {}
context(
s: String,
t: Int,
)
fun foo() {}
context(s: String,)
val foo: String get() = ""
context(
s: String,
t: Int,
)
val foo: String get() = ""
// LANGUAGE: +ContextParameters