Skip to content

Commit

Permalink
fix: remove un-evaluated Slice-case
Browse files Browse the repository at this point in the history
  • Loading branch information
sgulseth committed Mar 18, 2024
1 parent 40ab633 commit 349645b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/typeEvaluator/typeEvaluate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ export function walk({node, scope}: {node: ExprNode; scope: Scope}): TypeNode {
case 'Desc':
case 'Neg':
case 'Pos':
case 'Slice':
case 'Context':
case 'Tuple':
case 'Selector':
Expand Down

0 comments on commit 349645b

Please sign in to comment.