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 d2c985c commit 86c3fd4Copy full SHA for 86c3fd4
test/libsolidity/syntaxTests/abiEncoder/conflicting_settings.sol
@@ -2,3 +2,4 @@ pragma abicoder v2;
2
pragma abicoder v1;
3
// ----
4
// SyntaxError 3845: (34-53): ABI coder has already been selected for this source unit.
5
+// Warning 9511: (34-53): ABI coder v1 is deprecated and scheduled for removal. Use ABI coder v2 instead.
test/libsolidity/syntaxTests/abiEncoder/conflicting_settings_reverse.sol
@@ -3,4 +3,3 @@ pragma abicoder v2;
// Warning 9511: (0-19): ABI coder v1 is deprecated and scheduled for removal. Use ABI coder v2 instead.
// SyntaxError 3845: (20-39): ABI coder has already been selected for this source unit.
6
-// Warning 9511: (20-39): ABI coder v1 is deprecated and scheduled for removal. Use ABI coder v2 instead.
0 commit comments