Created
April 10, 2017 12:08
-
-
Save tikidunpon/88fd4710edd979aecfeccb973109995b to your computer and use it in GitHub Desktop.
nestした!は警告になるのね #read_swift #CodePiece
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
| // Implicitly unwrapped optionals are only allowed at top level and as function resultsの警告がでる。 | |
| func a() -> (Int!, Int!) { | |
| return (0,0) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment