mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed point conversion tests.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
uint constant x = uint(ufixed(0));
|
||||
int constant y = int(fixed(0));
|
||||
Reference in New Issue
Block a user