Skip to content

Instantly share code, notes, and snippets.

@mavnn
Last active December 19, 2015 08:29
Show Gist options
  • Save mavnn/5926078 to your computer and use it in GitHub Desktop.
Save mavnn/5926078 to your computer and use it in GitHub Desktop.
Fantomas test cases - notice brackets around the tuple deconstruction. The error only seems to occur once the tuple splits between two lines.
let (assemblyReferencesToDelete, frameworkReferencesToDelete, contentFilesToDelete, buildFilesToDelete) =
let assemblyReferencesToDelete, frameworkReferencesToDelete, contentFilesToDelete, buildFilesToDelete =
1, 2, 3, 4
1, 2, 3, 4
let assemblyReferencesToDelete, frameworkReferencesToDelete, contentFilesToDelete, buildFilesToDelete =
let assemblyReferencesToDelete, frameworkReferencesToDelete, contentFilesToDelete, buildFilesToDelete =
1, 2, 3, 4
1, 2, 3, 4
@dungpa
Copy link

dungpa commented Jul 12, 2013

This works fine for me in VS2012 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment