diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-08 17:30:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-08 17:30:58 +0200 |
commit | 8e1adc7ed2fc42f98acaf30e4633cc380bfb4cf0 (patch) | |
tree | ae84f779a90fa4af43b5876f9690c927898e96ae /REFLECTION | |
parent | 6f966dad31893ba8520c0fe4508c1011ec8523d9 (diff) |
update to 1.0.13
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #67 ast version 1.0.12 ] { +Extension [ <persistent> 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 [ <persistent> 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 } |