Skip to content

Commit

Permalink
Update prettify.hexa
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Jan 12, 2025
1 parent cf70e85 commit c9b7ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/server/prettify.hexa
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ class Prettify {
// A.B
// A.B(c, d)
// A.B(c: d, d: d)
case EnumConstructor:
//case EnumConstructor:
// TODO
// case `B()`
// case `B(c, d)`
// case `B(c: d, d: d)` ?
case EnumPattern:
//case EnumPattern:
/// `expr is T`
case Is(expr, aType):
return this.stringify(expr) + ' is ' + NodeType.stringify(aType)
Expand Down

0 comments on commit c9b7ba9

Please sign in to comment.