mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
reverse
This commit is contained in:
5
inputs/failing/mutatedRegisterIssue.ts
Normal file
5
inputs/failing/mutatedRegisterIssue.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function main() {
|
||||
let x = [1, 2, 3, 4];
|
||||
|
||||
return [x, x.reverse()];
|
||||
}
|
||||
Reference in New Issue
Block a user