4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#20,414 stars (20,414 stars)4,257 forks (4,257 forks)batch import
Area-InteractiveBugInteractive-ScriptingLogicLanguage-VBhelp wanted
Description
This issue does not include a description.
- Tech stack
- None
- Issue type
- feature
- Research direction
- Review the C# implementation of INamedTypeSymbol.IsImplicitClass in NamedTypeSymbol.cs. Then locate the corresponding VB symbol files (e.g., VBNamedTypeSymbol.cs) and implement the equivalent logic. Check issue #7305 comments for any additional context or constraints. Test with VB implicit classes like those in modules.