This report is a duplicate of https://support.eiffel.com/report_detail/19648 I have the feeling you did not read the last message there. Side note: you can display previous closed reports by checking the related "status" checkbox and press Search, from https://support.eiffel.com/reports. To see all reports (for any status), https://support.eiffel.com/reports?status=0&status=1&status=2&status=3&status=4&status=5 However, the answer you got from Alexander on previous report https://support.eiffel.com/report_detail/19648 remains the same. Here is a copy/paste: Basic classes are handled by the compiler differently from non-basic ones. In other words, code generated for these classes is different. Adding a feature to such a class usually involves changes to the compiler. This explains why not everything works as expected. In theory, it might be possible to change code generation (including both classic and .NET) and to support arbitrary code in basic classes. However, this functionality is rather niche and is not needed by most customers. Therefore, at the moment there are no plans to extend the compiler to address this limitation.