Add full stops to error messages

This commit is contained in:
Nikola Matic
2022-08-05 09:52:48 +02:00
parent 19ad8b115e
commit 40de2b0442
56 changed files with 169 additions and 170 deletions
@@ -2,4 +2,4 @@ contract C {
uint constant b3 = 1 % (-4+((2)*2));
}
// ----
// TypeError 2271: (36-52): Operator % not compatible with types int_const 1 and int_const 0
// TypeError 2271: (36-52): Operator % not compatible with types int_const 1 and int_const 0.