Fix shadowing/same-name warnings for later declarations

This commit is contained in:
a3d4
2020-10-08 20:22:04 +02:00
parent 3970c4e57d
commit f29ebc0847
13 changed files with 133 additions and 61 deletions
@@ -8,4 +8,5 @@ contract test {
}
// ----
// Warning 2519: (31-37): This declaration shadows an existing declaration.
// Warning 2519: (39-45): This declaration shadows an existing declaration.
// TypeError 6160: (153-158): Wrong argument count for function call: 0 arguments given but expected 2.