Files
solidity/libsolidity/ast
hrkrshnn 92ab32e532 Stricter explicit conversion between types.
A type can be converted to another if the conversion requires at most one of the following: sign,
width, kind (int, address, bytesXX, etc.) For example, the conversion `uint16(int8)` is now disallowed.
2020-12-03 16:49:53 +01:00
..
2020-10-19 16:58:37 +02:00
2020-09-02 20:45:33 +02:00
2020-10-13 14:32:11 +02:00