eclipse-acceleo / acceleo

8 stars 4 forks source link

Add tests for extends generation. #79

Closed ylussaud closed 1 year ago

ylussaud commented 1 year ago

The override should work as Java...

if a module A extends a module B that have a template1 that call a template2. Overriding the template2 in module A and calling A.template1() should delegate call to B.template2() to A.template2().