bug fix
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@ fun x(a, b, c)
|
||||
x(1, 2, 3, 4, 5);
|
||||
x(1, 2, 3, 4);
|
||||
x(1, 2, 3);
|
||||
x(1, 2); # Fails here!
|
||||
x(1, 2);
|
||||
x(1);
|
||||
x();
|
||||
Reference in New Issue
Block a user