We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd71c2 commit 6a3a78dCopy full SHA for 6a3a78d
Rubberduck.Parsing/Symbols/TypeAnnotationPass.cs
@@ -45,11 +45,6 @@ public void Execute(IReadOnlyCollection<QualifiedModuleName> modules)
45
46
private void AnnotateType(Declaration declaration)
47
{
48
- if (declaration.AsTypeDeclaration != null)
49
- {
50
- return;
51
- }
52
-
53
if (declaration.DeclarationType == DeclarationType.ClassModule ||
54
declaration.DeclarationType == DeclarationType.UserDefinedType ||
55
declaration.DeclarationType == DeclarationType.ComAlias)
0 commit comments