Closed kevnm67 closed 7 years ago
iSwift doesn't recognize NSNumber literals and displays the error: "Unexpected: #constant('10')" for the following:
NSNumber *aNumber = @10;
Hmm... I'll have a look into it! ;-)
Thanks!
Issue fixed as of the upcoming 3.0.
iSwift doesn't recognize NSNumber literals and displays the error: "Unexpected: #constant('10')" for the following:
NSNumber *aNumber = @10;