Created
August 26, 2014 10:46
-
-
Save pbrewczynski/124f4d639c1afd2dd075 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Methods defined in Swift with signature : | |
// func testOfImplicitNSNumberConversion(number : NSNumber) | |
self.testOfImplicitNSNumberConversion(myInt); | |
self.testOfImplicitNSNumberConversion(20); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment