2cd16f055a
- `context(...)` is a modifier that must precede annotations and other modifiers, so for declarations it is rendered in `renderAnnotationsAndModifiers`. - Ignore `@ContextFunctionTypeParams` in the annotation list of FE10 types, as the annotation is an implementation detail of context receivers in K1 and shouldn't be rendered. ^KT-55098 fixed
3 lines
45 B
Plaintext
Vendored
3 lines
45 B
Plaintext
Vendored
context(kotlin.Int, s@kotlin.String)
|
|
fun y()
|