Skip to content

Commit 702b323

Browse files
committed
Couple of negative tests to ensure #61 doesn't break again
1 parent ef96799 commit 702b323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fixtures/ScopeDiagnostics.bas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Public Enum XfaskofeaFoo
1010
Bar = 2 ^ 3
1111
End Enum
1212

13-
Public Sub XfaskofeaFoo()
13+
Public Sub XfaskofeaFoo(Optional test_param As Variant = -0.1)
1414
Attribute XfaskofeaFoo.VB_Description = "docstring."
15-
15+
Call SomeSub(param, -0.15)
1616
End Sub

0 commit comments

Comments
 (0)