Skip to content

Commit

Permalink
Semantic: list pattern type stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjermakov committed Apr 20, 2024
1 parent 7d4203b commit 2d5c399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/semantic/match.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const checkPattern = (
break
}
// TODO: check item patterns
expr.type = unknownType
break
case 'con-pattern':
if (expectedType.kind !== 'vid-type') {
Expand Down

0 comments on commit 2d5c399

Please sign in to comment.