enhancement
major
minor
major
minor
defect
The expression ` list(1,2).concat(list(3,4))` should return the value ` list(1,2,3,4)`, but currently it only returns ` list(3,4)`.
Test
- test.com.top_logic.model.search.expr.TestSearchExpression.testConcatWithSelf()