Example #1
0
 /// <summary>
 /// Guess the non-error typekind that the given type was intended to represent,
 /// if possible. If not, return TypeKind.Error.
 /// </summary>
 internal static TypeKind GetNonErrorTypeKindGuess(this TypeSymbol type)
 {
     return(ExtendedErrorTypeSymbol.ExtractNonErrorTypeKind(type));
 }