Files
kotlin-fork/compiler/ir/ir.tree
mcpiroman 7a189dc0ac [IR] Make IrMemberAccessExpression.origin mutable
Align it with all other element types where origin is mutable.
This was left unchanged previously probably because the
IrMemberAccessExpression was not handled by the tree generator.
2023-04-12 19:50:23 +02:00
..