From 0212f5f269e3c3dc878dd34830a04cda4c4be49c Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Fri, 24 Nov 2017 05:36:09 -0800 Subject: [PATCH] Update out of date comment and reposition comment Reviewed By: nbenton Differential Revision: D6407586 fbshipit-source-id: 6080d7b6facd6c6a255e4c5bdbdd48724c563614 --- hphp/hack/src/naming/nast.ml | 3 ++- hphp/hack/src/parser/ast.src.ml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hphp/hack/src/naming/nast.ml b/hphp/hack/src/naming/nast.ml index 1d617f2428a..a168a67e590 100644 --- a/hphp/hack/src/naming/nast.ml +++ b/hphp/hack/src/naming/nast.ml @@ -1,4 +1,5 @@ -(* @generated from nast.src.ml by hphp/hack/tools/ppx/ppx_gen. *) +(* @generated from nast.src.ml by hphp/hack/tools/ppx/facebook/generate_ppx.sh *) +(* Copyright (c) 2017, Facebook, Inc. All rights reserved. *) (* SourceShasum<<803ec3d614e133f3d1d44dc2f613881279a1c638>> *) (* DO NOT EDIT MANUALLY. *) diff --git a/hphp/hack/src/parser/ast.src.ml b/hphp/hack/src/parser/ast.src.ml index a0f538ef075..290478f3bac 100644 --- a/hphp/hack/src/parser/ast.src.ml +++ b/hphp/hack/src/parser/ast.src.ml @@ -350,8 +350,8 @@ and expr_ = | Omitted | Id of id | Id_type_arguments of id * hint list - | Lvar of id (* Special case: the pipe variable $$ *) + | Lvar of id (** * PHP's Variable variable. The int is number of variable indirections * (i.e. number of extra $ signs.) -- 2.11.4.GIT