Skip to content

Commit c9b7ba9

Browse files
committed
Update prettify.hexa
1 parent cf70e85 commit c9b7ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/server/prettify.hexa

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,12 @@ class Prettify {
227227
// A.B
228228
// A.B(c, d)
229229
// A.B(c: d, d: d)
230-
case EnumConstructor:
230+
//case EnumConstructor:
231231
// TODO
232232
// case `B()`
233233
// case `B(c, d)`
234234
// case `B(c: d, d: d)` ?
235-
case EnumPattern:
235+
//case EnumPattern:
236236
/// `expr is T`
237237
case Is(expr, aType):
238238
return this.stringify(expr) + ' is ' + NodeType.stringify(aType)

0 commit comments

Comments
 (0)