From 8e1adc7ed2fc42f98acaf30e4633cc380bfb4cf0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Jul 2021 17:30:58 +0200 Subject: update to 1.0.13 --- REFLECTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e5b5b8d..539b803 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #67 ast version 1.0.12 ] { +Extension [ extension #67 ast version 1.0.13 ] { - - Constants [196] { + - Constants [197] { Constant [ int ast\AST_ARG_LIST ] { 128 } Constant [ int ast\AST_LIST ] { 255 } Constant [ int ast\AST_ARRAY ] { 129 } @@ -19,6 +19,7 @@ Extension [ extension #67 ast version 1.0.12 ] { Constant [ int ast\AST_TRAIT_ADAPTATIONS ] { 142 } Constant [ int ast\AST_USE ] { 143 } Constant [ int ast\AST_TYPE_UNION ] { 254 } + Constant [ int ast\AST_TYPE_INTERSECTION ] { 250 } Constant [ int ast\AST_ATTRIBUTE_LIST ] { 253 } Constant [ int ast\AST_ATTRIBUTE_GROUP ] { 251 } Constant [ int ast\AST_MATCH_ARM_LIST ] { 252 } -- cgit