Skip to content

Commit 5ff2c91

Browse files
committed
Remove spurious @nullable on some parse fields after a Langkit bug fix
1 parent 0def530 commit 5ff2c91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: lkql/lkql.lkt

-2
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,6 @@ class ObjectLiteral: Expr {
966966
|" select ObjectDecl [child] AspectAssoc
967967
class Query: Expr {
968968
@parse_field
969-
@nullable
970969
unpack_from: Unpack
971970
@parse_field
972971
@nullable
@@ -988,7 +987,6 @@ class RecExpr: Expr {
988987
@parse_field
989988
recurse_expr: Expr
990989
@parse_field
991-
@nullable
992990
result_unpack: Unpack
993991
@parse_field
994992
@nullable

0 commit comments

Comments
 (0)