simplified variable adding routines
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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'
|
||||
}
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user