https://bugs.documentfoundation.org/show_bug.cgi?id=144985

--- Comment #6 from himajin100...@gmail.com ---
Sub Main()
Dim X() As Integer
A: 
Redim X(1)
Goto C: ' Probably While runtime gotes to C, Parser goes to B, not C.
B:
X(1,1) = 3
Exit Sub
C:
Redim X(1,1)
Goto B:
End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to