carlosrovira opened a new issue #104: switch case NaN issue
URL: https://github.com/apache/royale-compiler/issues/104
 
 
   Hi,
   
   if we have a Number (e.j: `private var someNumber:Number = NaN;` and use a 
switch case structure with a option to match `NaN':
   
   ```
   switch(someNumber)
   {
   ...
        case NaN:
                doSomething();
   ```
   
   when `someNumber` is `NaN` it does not enter switch case for `NaN`.
   

----------------------------------------------------------------
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