Check for repeated argument names to functions

(PT-159592825)
This commit is contained in:
Ulf Norell
2019-05-10 14:04:01 +02:00
parent 23cc8e1132
commit e1a798aef4
3 changed files with 16 additions and 1 deletions
+2
View File
@@ -40,3 +40,5 @@ contract Test =
function type_error(r, x) =
set_x(set_x(x, r), x)
function repeated_arg(x : int, y, x : string, y : bool) : string = x