Unverified Commit 5ff6c654 authored by Andrey Ali Khan Bolshakov's avatar Andrey Ali Khan Bolshakov Committed by GitHub
Browse files

[Coverage] Handle array decomposition correctly (#88881)

`ArrayInitLoopExpr` AST node has two occurences of its as-written
initializing expression in its subexpressions through a non-unique
`OpaqueValueExpr`. It causes double-visiting of the initializing
expression if not handled explicitly, as discussed in #85837.
parent 050593fc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment