namespace Microsoft.CodeAnalysis.CSharp;
internal enum BoundLocalDeclarationKind
{
None,
WithExplicitType,
WithInferredType
}