blob: 54a5e0f497451488558408e2a9a365198f75781a [file]
// FIR_IDENTICAL
// RUN_PIPELINE_TILL: BACKEND
// LANGUAGE: +ContextParameters
class C
context(x: Any)
fun contextFun() {}
context(C::class) {
contextFun()
}
context(fun() {}) {
contextFun()
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, functionDeclarationWithContext, propertyDeclaration,
starProjection */