From 6f966dad31893ba8520c0fe4508c1011ec8523d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 May 2021 07:01:29 +0200 Subject: update to 1.0.12 --- REFLECTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index dd8fa27..e5b5b8d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #67 ast version 1.0.11 ] { +Extension [ extension #67 ast version 1.0.12 ] { - Constants [196] { Constant [ int ast\AST_ARG_LIST ] { 128 } @@ -97,7 +97,6 @@ Extension [ extension #67 ast version 1.0.11 ] { Constant [ int ast\AST_MATCH ] { 764 } Constant [ int ast\AST_MATCH_ARM ] { 763 } Constant [ int ast\AST_NAMED_ARG ] { 762 } - Constant [ int ast\AST_ENUM_CASE ] { 1022 } Constant [ int ast\AST_METHOD_CALL ] { 768 } Constant [ int ast\AST_NULLSAFE_METHOD_CALL ] { 1023 } Constant [ int ast\AST_STATIC_CALL ] { 769 } @@ -106,6 +105,7 @@ Extension [ extension #67 ast version 1.0.11 ] { Constant [ int ast\AST_CATCH ] { 772 } Constant [ int ast\AST_FOR ] { 1024 } Constant [ int ast\AST_FOREACH ] { 1025 } + Constant [ int ast\AST_ENUM_CASE ] { 1022 } Constant [ int ast\AST_PARAM ] { 773 } Constant [ int ast\flags\NAME_FQ ] { 0 } Constant [ int ast\flags\NAME_NOT_FQ ] { 1 } -- cgit