Skip to content

Instantly share code, notes, and snippets.

@kntajus
Created January 31, 2013 13:29
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 kntajus/4682871 to your computer and use it in GitHub Desktop.
Save kntajus/4682871 to your computer and use it in GitHub Desktop.
Break the compiler by building this in Visual Studio 2010!
public class CompilerFail {
public int[] Numbers { set { ; } }
public int FirstNumber { get { return Numbers[0]; } }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment