diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-12 08:17:02 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-12 08:17:02 +0100 |
commit | bc66eda91a6ee612bd099792846f25fbb4b52c98 (patch) | |
tree | 1d0936315c541817c78533d613a1ec9dba6d3dff /REFLECTION | |
parent | 0e3e48d8cea9f57cbf2751c91f0db4d134cb35b1 (diff) |
v1.0.4
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #76 ast version 1.0.3 ] { +Extension [ <persistent> extension #76 ast version 1.0.4 ] { - - Constants [176] { + - Constants [177] { Constant [ integer ast\AST_ARG_LIST ] { 128 } Constant [ integer ast\AST_LIST ] { 255 } Constant [ integer ast\AST_ARRAY ] { 129 } @@ -18,6 +18,7 @@ Extension [ <persistent> extension #76 ast version 1.0.3 ] { Constant [ integer ast\AST_NAME_LIST ] { 141 } Constant [ integer ast\AST_TRAIT_ADAPTATIONS ] { 142 } Constant [ integer ast\AST_USE ] { 143 } + Constant [ integer ast\AST_TYPE_UNION ] { 254 } Constant [ integer ast\AST_NAME ] { 2048 } Constant [ integer ast\AST_CLOSURE_VAR ] { 2049 } Constant [ integer ast\AST_NULLABLE_TYPE ] { 2050 } |