Internal compiler error?

Hi,

Im trying to write some extension method helpers for Tasks with Parse but i’m getting internal compiler errors. I have reduced it to this simple example.

Create a blank project, include the Parse Unity SDK and this single script:

And you get the following compiler error:

Download the project: https://www.dropbox.com/s/5w6sp1ne275piso/CompilerCrashTest.zip

Incase anyone is interested. I solved it: http://www.mikecann.co.uk/personal-project/fixing-unitys-internal-compiler-error/

Can you provide the final example, i got confused from your blog example.

Its pretty simple, just split up your Lambda expressions from the method you are passing them into. It seems the mono compiler doesnt like you doing it all in one step sometimes.