Last Updated:
03 Jan 2023 16:56
by ADMIN
Consider the scenario where a class has a string field which is his main data. This class has defined an implicit cast operator to string. When that cast operator is executed the resulted string will contain the value from the class field.
Implement support for mocking of an operator such as the one described.