Merge pull request #14078 from ethereum/fix_missing_keyword_unicode

Fix missing keyword `unicode` in grammar
This commit is contained in:
Kamil Śliwak
2023-04-03 12:53:20 +02:00
committed by GitHub
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ Try: 'try';
Type: 'type';
Ufixed: 'ufixed' | ('ufixed' [1-9][0-9]+ 'x' [1-9][0-9]+);
Unchecked: 'unchecked';
Unicode: 'unicode';
/**
* Sized unsigned integer types.
* uint is an alias of uint256.