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 3058303 commit fbbe89eCopy full SHA for fbbe89e
RubberduckTests/Inspections/IllegalAnnotationsInspectionTests.cs
@@ -793,9 +793,9 @@ Option Private Module
793
794
Public foo As Long
795
796
-`@Description ""Test""
797
-`@IDENTIFIER_ANNOTATION
798
-`@TestMethod
+'@Description ""Test""
+'@IDENTIFIER_ANNOTATION
+'@TestMethod
799
Public Sub Test2() : foo = 2
800
End Sub
801
";
@@ -819,9 +819,9 @@ public void IdentifierReferenceAnnotationDoesNotEndVariableAnnotationSection()
819
Option Explicit
820
Option Private Module
821
822
-`@Obsolete
823
824
+'@Obsolete
825
Implements IInterface : Public foo As Long
826
827
Public Sub Test2()
0 commit comments