We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8923a8 commit 390fc67Copy full SHA for 390fc67
crates/solidity-v2/inputs/language/src/definition.rs
@@ -763,6 +763,9 @@ PragmaDirective: PragmaDirective = {
763
identifier = Identifier,
764
definitions = [KeywordDefinition(
765
// TODO(v2) removing conflict - fallback unreserved before 0.6.0 conflicts with FunctionName
766
+ // Note: Leaving this commented from now, I think this should be enabled from 0.6.0,
767
+ // together with the uses of it. Then it'll fall into the category of keywords
768
+ // that are only used as keywords while reserved (a lot easier to solve)
769
// reserved = From("0.6.0"),
770
value = Atom("fallback")
771
)]
0 commit comments