Error message tweak: built-in unary/binary operator

This commit is contained in:
wechman
2022-11-07 17:13:41 +01:00
committed by Kamil Śliwak
parent 4c9a58eb0f
commit 6da09e8d9a
63 changed files with 172 additions and 172 deletions
@@ -6,4 +6,4 @@ contract C
}
}
// ----
// TypeError 9767: (59-64): Unary operator -- cannot be applied to type tuple(,).
// TypeError 9767: (59-64): Built-in unary operator -- cannot be applied to type tuple(,).