コード例 #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
 {
 }
コード例 #2
0
 static void Baz(this SomeNonExistingClass snec)
 {
 }
コード例 #3
0
 static void Baz(this SomeNonExistingClass snec) // Error [CS0246] - unknown type
 {
 }