blob: ad285fe99fe775237f88770f9583efc53c15ab08 [file]
// RUN_PIPELINE_TILL: FRONTEND
// LANGUAGE: +ContextParameters
<!UNSUPPORTED!>context(<!REDECLARATION!>s<!>: String)<!>
class C {
<!UNSUPPORTED!>context(<!REDECLARATION!>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 */