Display human readable type name in conversion error message

This commit is contained in:
Duc Thanh Nguyen
2022-07-06 10:49:51 -04:00
parent d4e2c2cc89
commit 0a14368315
70 changed files with 610 additions and 93 deletions
@@ -5,4 +5,4 @@ contract C {
}
}
// ----
// TypeError 9611: (92-101): Decoding type uint256[] memory[3] memory not supported.
// TypeError 9611: (92-101): Decoding type uint256[][3] memory not supported.