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.
2 parents 6e97f74 + 4a9c3d0 commit 2137e14Copy full SHA for 2137e14
solidity.pegjs
@@ -692,6 +692,7 @@ LeftHandSideExpression
692
= DeclarativeExpression
693
/ CallExpression
694
/ NewExpression
695
+ / Interpolation
696
697
Type
698
= literal:(Mapping / Identifier) members:("." Identifier)* parts:(__"[" __ (Expression)? __ "]")*
test/doc_examples.sol
@@ -399,4 +399,5 @@ contract Ballot {
399
contract GnosisInterpolations {
400
uint constant x = 2;
401
EventFactory constant eventFactory = EventFactory({{EventFactory}});
402
+ address constant marketMaker = {{LMSRMarketMaker}};
403
}
0 commit comments