Skip to content

Instantly share code, notes, and snippets.

@bricklife
Created April 27, 2016 02:03
Show Gist options
  • Save bricklife/0824744da0608b8a40e0d291d8e9b78c to your computer and use it in GitHub Desktop.
Save bricklife/0824744da0608b8a40e0d291d8e9b78c to your computer and use it in GitHub Desktop.
Swift 2.2の型推論、これくらいはがんばってほしいなぁ #CodePiece
let OK = {
"Test"
}
let NG = {
let s = "Test"
return s
}
// error: unable to infer closure return type in current context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment