Files
kotlin-fork/compiler/ir
Ivan Kylchik 0a5883d867 [IR] Add explicit error in IR type transformer for member access expr
We must generate transform method for `IrMemberAccessExpression` by
hand because of specifics of working with `typeArguments`. But we
also must consider the case that in future we can add new fields in
this element. If it happens, we will see error message.

#KT-57812
2023-05-11 08:22:13 +00:00
..