mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Introduce experimental analysis basic infrastructure
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"absolutePath": "a",
|
||||
"experimentalSolidity": true,
|
||||
"exportedSymbols": {},
|
||||
"id": 2,
|
||||
"nodeType": "SourceUnit",
|
||||
"nodes":
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"literals":
|
||||
[
|
||||
"experimental",
|
||||
"solidity"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "0:29:1"
|
||||
}
|
||||
],
|
||||
"src": "0:70:1"
|
||||
}
|
||||
@@ -2,3 +2,4 @@ pragma experimental solidity;
|
||||
// ====
|
||||
// EVMVersion: >=constantinople
|
||||
// ----
|
||||
// failAfter: Parsed
|
||||
|
||||
Reference in New Issue
Block a user