mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Immutable is not reserved anymore.
This commit is contained in:
parent
b65a165da1
commit
f10c6500b2
@ -166,6 +166,7 @@ namespace solidity::langutil
|
|||||||
K(Indexed, "indexed", 0) \
|
K(Indexed, "indexed", 0) \
|
||||||
K(Interface, "interface", 0) \
|
K(Interface, "interface", 0) \
|
||||||
K(Internal, "internal", 0) \
|
K(Internal, "internal", 0) \
|
||||||
|
K(Immutable, "immutable", 0) \
|
||||||
K(Import, "import", 0) \
|
K(Import, "import", 0) \
|
||||||
K(Is, "is", 0) \
|
K(Is, "is", 0) \
|
||||||
K(Library, "library", 0) \
|
K(Library, "library", 0) \
|
||||||
@ -243,7 +244,6 @@ namespace solidity::langutil
|
|||||||
K(Default, "default", 0) \
|
K(Default, "default", 0) \
|
||||||
K(Define, "define", 0) \
|
K(Define, "define", 0) \
|
||||||
K(Final, "final", 0) \
|
K(Final, "final", 0) \
|
||||||
K(Immutable, "immutable", 0) \
|
|
||||||
K(Implements, "implements", 0) \
|
K(Implements, "implements", 0) \
|
||||||
K(In, "in", 0) \
|
K(In, "in", 0) \
|
||||||
K(Inline, "inline", 0) \
|
K(Inline, "inline", 0) \
|
||||||
|
@ -540,7 +540,6 @@ BOOST_AUTO_TEST_CASE(keyword_is_reserved)
|
|||||||
"default",
|
"default",
|
||||||
"define",
|
"define",
|
||||||
"final",
|
"final",
|
||||||
"immutable",
|
|
||||||
"implements",
|
"implements",
|
||||||
"in",
|
"in",
|
||||||
"inline",
|
"inline",
|
||||||
|
Loading…
Reference in New Issue
Block a user