mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
@@ -2,4 +2,4 @@ contract A {
|
||||
fixed40x40 pi = 3.14;
|
||||
}
|
||||
// ----
|
||||
// TypeError 2326: (33-37): Type rational_const 157 / 50 is not implicitly convertible to expected type fixed40x40. Try converting to type ufixed16x2 or use an explicit conversion.
|
||||
// TypeError 7407: (33-37): Type rational_const 157 / 50 is not implicitly convertible to expected type fixed40x40. Number is too large for type.
|
||||
|
||||
Reference in New Issue
Block a user