Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Ilya Ryzhenkov
    2 years ago (24 Oct 2007 13:05)
  • Updated by Ilya Ryzhenkov
    2 years ago (24 Oct 2007 17:50)
  • Jira: RSRP-51760
    (history, comments)

RSRP-51760

"On Error Goto Label" should be handled in control flow

0
Label should be reachable, otherwise wrong dead code is detected.

Sub Test()
On Error Goto X
Exit Sub
X:
MsgBox("Error!")
End Sub


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments