mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add missing period in the end of error messages
This commit is contained in:
@@ -4,4 +4,4 @@ contract test {
|
||||
uint256 c = 4.e-2;
|
||||
}
|
||||
// ----
|
||||
// TypeError: (70-73): Member "e" not found or not visible after argument-dependent lookup in int_const 4
|
||||
// TypeError: (70-73): Member "e" not found or not visible after argument-dependent lookup in int_const 4.
|
||||
|
||||
Reference in New Issue
Block a user