solidity/test/cmdlineTests/gas_test_abiv2_optimize_yul/err
2019-03-25 18:38:06 +01:00

5 lines
360 B
Plaintext

Warning: The Yul optimiser is still experimental. Do not use it in production unless correctness of generated code is verified with extensive tests.
gas_test_abiv2_optimize_yul/input.sol:2:1: Warning: Experimental features are turned on. Do not use experimental features on live deployments.
pragma experimental ABIEncoderV2;
^-------------------------------^