Report warning if contract uses abicoder v1, but IR is requested

This commit is contained in:
Alex Beregszaszi
2020-12-09 01:20:58 +00:00
parent 0d7f9ae183
commit 47b10fd751
46 changed files with 390 additions and 250 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
Warning: Unused local variable.
--> ir_compiler_subobjects/input.sol:7:9:
--> ir_compiler_subobjects/input.sol:8:9:
|
7 | C c = new C();
8 | C c = new C();
| ^^^