mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14538 from ethereum/experimentalAnalysisBasicInfrastructure
New Analysis basic infrastructure
This commit is contained in:
@@ -6,3 +6,4 @@ import std.stub;
|
||||
// ----
|
||||
// Warning 2264: (std.stub:63-92): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// Warning 2264: (0-29): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// UnimplementedFeatureError 6547: Experimental Analysis is not implemented yet.
|
||||
|
||||
@@ -6,3 +6,4 @@ import std.stub as stub;
|
||||
// ----
|
||||
// Warning 2264: (std.stub:63-92): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// Warning 2264: (0-29): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// UnimplementedFeatureError 6547: Experimental Analysis is not implemented yet.
|
||||
|
||||
@@ -6,3 +6,4 @@ import { identity } from std.stub;
|
||||
// ----
|
||||
// Warning 2264: (std.stub:63-92): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// Warning 2264: (0-29): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// UnimplementedFeatureError 6547: Experimental Analysis is not implemented yet.
|
||||
|
||||
@@ -6,3 +6,4 @@ import * as stub from std.stub;
|
||||
// ----
|
||||
// Warning 2264: (std.stub:63-92): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// Warning 2264: (0-29): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// UnimplementedFeatureError 6547: Experimental Analysis is not implemented yet.
|
||||
|
||||
@@ -3,3 +3,4 @@ pragma experimental solidity;
|
||||
// EVMVersion: >=constantinople
|
||||
// ----
|
||||
// Warning 2264: (0-29): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// UnimplementedFeatureError 6547: Experimental Analysis is not implemented yet.
|
||||
|
||||
Reference in New Issue
Block a user