We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144ca23 commit 7daae38Copy full SHA for 7daae38
src/Test.sol
@@ -1,5 +1,6 @@
1
// SPDX-License-Identifier: MIT
2
pragma solidity >=0.6.0 <0.9.0;
3
+pragma experimental ABIEncoderV2;
4
5
import "./Script.sol";
6
import "ds-test/test.sol";
0 commit comments