greg-dove commented on issue #104: switch case NaN issue
URL: https://github.com/apache/royale-compiler/issues/104#issuecomment-565204541
 
 
   If you can confirm it was working in legacy code, I can consider options, 
otherwise it should be possible to add a workaround inside the 'default:' clause
   default:
   if (isNaN(someNumber)) {
   doSomething();
   
   } else { any other stuff that may have been in default clause}
   break;

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to