Skip to content

Instantly share code, notes, and snippets.

@VladimirReshetnikov
Created February 11, 2014 20:25
Show Gist options
  • Save VladimirReshetnikov/8943375 to your computer and use it in GitHub Desktop.
Save VladimirReshetnikov/8943375 to your computer and use it in GitHub Desktop.
class C
{
public static void Foo(int? x)
{
if(x > int.MaxValue) { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment