Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Oleg Stepanov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
700
  • Submitted by   Serge Baltic
    2 years ago (25 Oct 2007 20:13)
  • Updated by Serge Baltic
    2 years ago (25 Dec 2007 17:12)
  • Jira: RSRP-51878
    (history, comments)

RSRP-51878

VB::MoveStatementOut: Eats the Statement Being Moved Out of "Case"

0
	Public Enum Dir
		Here
		There
	End Enum

	Public Sub Move(ByVal o As Vector)
		Dim dir As Dir = Status.Dir.Here
		Select Case dir
			Case Status.Dir.Here
				Dim fill As SolidColorBrush
				fill = Brushes.Navy
		End Select
	End Sub


Try move-left on {{Dim fill As SolidColorBrush}}. It will just disappear.

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