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:
@@ -6,4 +6,4 @@ contract C {
|
||||
function g() public { L.f(1, 2, 3); }
|
||||
}
|
||||
// ----
|
||||
// TypeError: (115-118): Member "f" not found or not visible after argument-dependent lookup in type(library L)
|
||||
// TypeError: (115-118): Member "f" not found or not visible after argument-dependent lookup in type(library L).
|
||||
|
||||
Reference in New Issue
Block a user