Skip to content

Instantly share code, notes, and snippets.

@jaredpar
Created June 8, 2014 23:38
Show Gist options
  • Save jaredpar/75c7a892da1ca71ee6e9 to your computer and use it in GitHub Desktop.
Save jaredpar/75c7a892da1ca71ee6e9 to your computer and use it in GitHub Desktop.
class Other
{
internal static Other Instance
{
get { return null; }
}
internal int Compare(A left, A right) { return 0; }
static internal int Compare(B left, B right) { return 0; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment