Created
January 27, 2015 18:14
-
-
Save btipling/93a648cec290ba9796c2 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
| func wut () { | |
| let bar = "nope" | |
| {() -> () in | |
| var foo = "nope" | |
| println(foo) | |
| }() | |
| } | |
| wut() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change to
let bar = "nope";and all is well