Closed jaerod95 closed 5 years ago
Currently we don't examine the syntax so currentStateIndex < states.count, currentStateIndex >= 0
this part will be treat as generic <A, B>
but next version if you add space between <
and A
it will break the generic check. We'll see if we can do better in the future.
Thanks for report.
You can try via this release link: https://github.com/Jintin/Swimat/releases/download/v1.6.2/Swimat.zip
The following code block is being formatted incorrectly. The correct formatting should be
whereas swimat is formatting it to be:
which causes build issues.