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 d974cb5 commit ade0099Copy full SHA for ade0099
Rubberduck.CodeAnalysis/Inspections/Abstract/IsMissingInspectionBase.cs
@@ -20,7 +20,7 @@ protected IsMissingInspectionBase(RubberduckParserState state)
20
private static readonly List<string> IsMissingQualifiedNames = new List<string>
21
{
22
"VBE7.DLL;VBA.Information.IsMissing",
23
- // TODO find QN for VB6
+ "VBA6.DLL;VBA.Information.IsMissing"
24
};
25
26
protected IReadOnlyList<Declaration> IsMissingDeclarations
0 commit comments