Commit 4bdd24f
committed
fix: remove unreachable case clause in walkDeps
Remove the unreachable *goaexpr.ResultTypeExpr case since ResultTypeExpr
implements UserType interface and is already handled by the goaexpr.UserType
case. This fixes the static analysis warning SA4020.1 parent 44d190c commit 4bdd24f
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | 238 | | |
242 | 239 | | |
243 | 240 | | |
| |||
0 commit comments