mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removing string as a token.
- The string keyword is reserved for future use but should not be a token in the code since it can cause trigger internal compiler assertions. - fixes #1384
This commit is contained in:
parent
8f8e407306
commit
139dd3b1d2
@ -42,7 +42,6 @@ class CompilerContext;
|
||||
class Type;
|
||||
class IntegerType;
|
||||
class ArrayType;
|
||||
class StaticStringType;
|
||||
|
||||
/**
|
||||
* Compiler for expressions, i.e. converts an AST tree whose root is an Expression into a stream
|
||||
|
Loading…
Reference in New Issue
Block a user