We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304b5a2 commit 9574673Copy full SHA for 9574673
core/src/main/scala/stainless/extraction/imperative/ReturnElimination.scala
@@ -50,7 +50,7 @@ trait ReturnElimination
50
addExpression(currentId, expr)
51
52
case s.Operator(es, _) =>
53
- es.map(traverse(_, currentId))
+ super.traverse(expr, currentId)
54
55
if (exprHasReturn.contains(currentId) && es.exists(exprHasReturn(currentId)))
56
0 commit comments