Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
christianschmitz committed Sep 5, 2024
1 parent d6a47c9 commit 867ecb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/expressions/DestructExpr.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ export class DestructExpr {
*/
const t = this.evalType(scope, upstreamType, None, false)


if (!t) {
if (!this.isIgnored()) {
scope.set(this.name, new DataEntity(new AnyType()))
Expand Down

0 comments on commit 867ecb8

Please sign in to comment.