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.
2 parents ae09406 + b2e3fae commit c78459aCopy full SHA for c78459a
Rubberduck.CodeAnalysis/Inspections/Concrete/MultipleDeclarationsInspection.cs
@@ -21,6 +21,13 @@ namespace Rubberduck.CodeAnalysis.Inspections.Concrete
21
/// ]]>
22
/// </module>
23
/// </example>
24
+ /// <example hasResult="true">
25
+ /// <module name="MyModule" type="Standard Module">
26
+ /// <![CDATA[
27
+ /// Dim foo , bar As Long
28
+ /// ]]>
29
+ /// </module>
30
+ /// </example>
31
/// <example hasResult="false">
32
/// <module name="MyModule" type="Standard Module">
33
/// <![CDATA[
0 commit comments