Closed Kobus-Smit closed 6 years ago
Client library does not compile for this dsl: (Compiler: 2.1.6732.31277)
module Test { mixin MyMixin { string ABC; } root MyRoot { has mixin MyMixin; } }
Error during compilation: No overload for method 'Clone' takes 1 arguments
Test project: https://github.com/Kobus-Smit/revenj-examples/tree/master/MixinCompileError
Tnx for the bug report. Fixed in the latest compiler version
Thanks @zapov
Client library does not compile for this dsl: (Compiler: 2.1.6732.31277)
Test project: https://github.com/Kobus-Smit/revenj-examples/tree/master/MixinCompileError