mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Introduce solidity-next pragma
Exclude pragma experimental error from ANTLR tests Test for first pragma after non-pragma declaration Resolve import pragmas Change pragma name from next to solidity Add Changelog entries Address review comments
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"absolutePath": "a",
|
||||
"experimentalSolidity": true,
|
||||
"exportedSymbols": {},
|
||||
"id": 2,
|
||||
"nodeType": "SourceUnit",
|
||||
"nodes":
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"literals":
|
||||
[
|
||||
"experimental",
|
||||
"solidity"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "0:29:1"
|
||||
}
|
||||
],
|
||||
"src": "0:30:1"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
pragma experimental solidity;
|
||||
|
||||
// ----
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"absolutePath": "a",
|
||||
"experimentalSolidity": true,
|
||||
"id": 2,
|
||||
"nodeType": "SourceUnit",
|
||||
"nodes":
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"literals":
|
||||
[
|
||||
"experimental",
|
||||
"solidity"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "0:29:1"
|
||||
}
|
||||
],
|
||||
"src": "0:30:1"
|
||||
}
|
||||
Reference in New Issue
Block a user