Skip to content

Instantly share code, notes, and snippets.

View mefcorvi's full-sized avatar

Bulat Aikaev mefcorvi

View GitHub Profile
@mefcorvi
mefcorvi / gist:1085737
Created July 15, 2011 22:48
C# Compiler Bug
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
new B().Test().Count();