Created
January 31, 2013 13:29
-
-
Save kntajus/4682871 to your computer and use it in GitHub Desktop.
Break the compiler by building this in Visual Studio 2010!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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