Enhancement
Major
Detail
Major
Detail
Bugfix
The expression list(1,2).concat(list(3,4)) should return the value list(1,2,3,4), currently it only returns list(3,4).
Test
- test.com.top_logic.model.search.expr.TestSearchExpression.testConcatWithSelf()