mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
47969adf91
Change import syntax and cover with tests
9 lines
353 B
Solidity
9 lines
353 B
Solidity
pragma experimental solidity;
|
|
|
|
import * as stub from std.stub;
|
|
// ====
|
|
// EVMVersion: >=constantinople
|
|
// ----
|
|
// 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.
|