Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 24, 2023
1 parent 1e2afdb commit 0f25d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.SDK/ASTCollecting.fs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ module ASTCollecting =
walkExpr nextPath e
walkType nextPath t
| SynExpr.Tuple(exprs = es)
| Sequentials es -> List.iter (walkExpr nextPath) es //TODO??
| Sequentials es -> List.iter (walkExpr nextPath) es
| SynExpr.ArrayOrList(_, es, _) -> List.iter (walkExpr nextPath) es
| SynExpr.App(funcExpr = e1; argExpr = e2)
| SynExpr.TryFinally(tryExpr = e1; finallyExpr = e2)
Expand Down

0 comments on commit 0f25d06

Please sign in to comment.