simplified variable adding routines
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-19 22:00:53 +09:00
parent 001472fe4f
commit 41b36ab170
2 changed files with 35 additions and 52 deletions

View File

@ -32,7 +32,7 @@ fun x (x :: self.y) { ##ERROR: syntax error - invalid return variable 'self.y' f
---
fun x (x :: z z) { ##ERROR: syntax error - duplicate return variable 'z' for 'fun'
fun x (x :: z z) { ##ERROR: syntax error - duplicate return variable name 'z' for 'fun'
}
---