| Priority |
Critical |
| Type | Bug |
| State | Fixed |
| Assignee | Oleg Stepanov |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.0, 3.1
|
| Fixed in build |
Next build |
| Fixed in build |
700
|
RSRP-51878 |
VB::MoveStatementOut: Eats the Statement Being Moved Out of "Case" |
|
|
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