Closed algomaster99 closed 1 year ago
Hi!
Thanks for the case.
It's awkward that's it's matching with the statement from the second constructor. I will investigate why.
Cheers.
Tried it with the latest version, but cannot reproduce it. Please reopen if it's still there.
Hi! I have a suggestion for an improvement in the edit script.
Consider these two files: left
right
Its diff is shown as:
I think the move operation of
this.val = val;
is not necessary. It should be kept as-is for the first constructor. Can this be improved by fixing theChawatheScriptGenerator
?