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 3ae9fee commit a9d46aeCopy full SHA for a9d46ae
test/fixtures/Diagnostics.bas
@@ -5,17 +5,17 @@ Attribute VB_Foo = False
5
6
Option Explicit
7
8
-Public Sub Foo()
+Public Sub UniqueNameFoo()
9
Dim i As Long
10
While True
11
i = i ++ 1
12
i = i <> 1
13
Wend
14
End Sub
15
16
-Sub Identifier()
17
-Attribute Identifier.VB_Description = "Dosctring."
18
+Sub UniqueNameIdentifier()
+Attribute UniqueNameIdentifier.VB_Description = "Dosctring."
19
' Dosctring.
20
'
21
' Args:
@@ -25,7 +25,7 @@ Attribute Identifier.VB_Description = "Dosctring."
25
26
27
28
-Public Enum EnumFoo
+Public Enum UniqueNameEnumFoo
29
Enum1
30
Enum2
31
Enum3
0 commit comments