solidity/test/cmdlineTests/gas_test_abiv2_optimize_yul/err

5 lines
360 B
Plaintext
Raw Normal View History

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;
^-------------------------------^