1 2 3 4 5 6 7 8 9 10 11
// Compiler options: -t:library namespace N { public static class ES { public static void ShouldEqual (this object actual, object expected) { } } }