csharp
public readonly struct TypeInfoAn expression's own type and the type its context converted it to. For val x: float = 1 the literal's Type is int and its ConvertedType is float.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public static readonly TypeInfo Nonepublic TypeSymbol? Typepublic TypeSymbol? ConvertedTypepublic bool IsEmpty
Used by (3)
- BindingTestsVixen.Raven.Tests
- SemanticModelVixen.Raven
- SemanticModelTestsVixen.Raven.Tests