Skip to content

Instantly share code, notes, and snippets.

@arohner
Created July 18, 2014 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arohner/0f18ac070bcacc9b533d to your computer and use it in GitHub Desktop.
Save arohner/0f18ac070bcacc9b533d to your computer and use it in GitHub Desktop.
class func a(bar:Bar!, bbq:BBQ!)
{
}
class func b(c:(Bar!, BBQ!) = a)
{
}
;;(Bar!, BBQ!) -> () is not convertible to (Bar!, BBQ!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment