Add missing period in the end of error messages

This commit is contained in:
Leonardo Alt
2018-07-16 16:11:39 +01:00
parent 29dae15c50
commit fdfdddd8dc
34 changed files with 36 additions and 36 deletions
@@ -5,4 +5,4 @@ contract C {
}
}
// ----
// TypeError: (63-71): Member "pop" not found or not visible after argument-dependent lookup in uint256
// TypeError: (63-71): Member "pop" not found or not visible after argument-dependent lookup in uint256.
@@ -5,4 +5,4 @@ contract C {
}
}
// ----
// TypeError: (66-74): Member "pop" not found or not visible after argument-dependent lookup in uint256[3] storage ref
// TypeError: (66-74): Member "pop" not found or not visible after argument-dependent lookup in uint256[3] storage ref.
@@ -5,4 +5,4 @@ contract C {
}
}
// ----
// TypeError: (65-73): Member "pop" not found or not visible after argument-dependent lookup in string storage ref
// TypeError: (65-73): Member "pop" not found or not visible after argument-dependent lookup in string storage ref.