Skip to content

Commit

Permalink
D1 doesn't have typeof(return)
Browse files Browse the repository at this point in the history
  • Loading branch information
don-clugston-sociomantic committed Apr 4, 2012
1 parent 0d7d294 commit ab6bb0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions declaration.dd
Expand Up @@ -541,7 +541,9 @@ b = 4; // sets S.i to 4
$(GRAMMAR
$(GNAME Typeof):
$(B typeof $(LPAREN)) $(EXPRESSION) $(B $(RPAREN))
$(V2
$(B typeof $(LPAREN)) $(B return) $(B $(RPAREN))
)
)

$(P
Expand Down

0 comments on commit ab6bb0a

Please sign in to comment.