blob: b61150178844131500bac8b12c731f98c609404d [file]
// RUN_PIPELINE_TILL: FRONTEND
// LANGUAGE: +ContextParameters
<!UNSUPPORTED!>context(s: String)<!>
class C {
<!UNSUPPORTED!>context(s: String)<!>
constructor() {}
context(s: String)
fun f(){}
context(_: String)
val p: String get() = ""
}
context(s: String)
fun f(){}
context(_: String)
val p: String get() = ""
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, functionDeclarationWithContext, getter,
propertyDeclaration, propertyDeclarationWithContext, secondaryConstructor, stringLiteral */