We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d4c6a commit 2b08142Copy full SHA for 2b08142
liblangutil/Token.cpp
@@ -152,7 +152,7 @@ bool isYulKeyword(std::string_view const _literal)
152
return _literal == "leave" || isYulKeyword(keywordByName(_literal));
153
}
154
155
-bool isFutureSolidityKeyword(std::string const&_literal)
+bool isFutureSolidityKeyword(std::string const& _literal)
156
{
157
std::set<std::string> const futureSolidityKeywords = {
158
"transient",
0 commit comments