Exemplo n.º 1
0
 static void Quux(this SomeNonExistingClass snec) // ErrorType is considered as part of global namespace but we don't want to report on it
 {
 }
Exemplo n.º 2
0
 static void Baz(this SomeNonExistingClass snec)
 {
 }
Exemplo n.º 3
0
 static void Baz(this SomeNonExistingClass snec) // Error [CS0246] - unknown type
 {
 }