Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Oleg Stepanov
    2 years ago (17 Jun 2007 13:56)
  • Updated by Oleg Stepanov
    2 years ago (16 Jul 2007 16:52)
  • Jira: RSRP-43489
    (history, comments)

RSRP-43489

Extra blank lines are added when converting if to select case

0
If I convert the following if statement into select case (by applying context action) I get code with extra blank lines.

  Sub foo()
    Dim a As Integer

    If a = 1 Then
      System.Console.WriteLine("1")
    ElseIf a = 2 Then
      System.Console.WriteLine("2")
    Else
      If a = 3 Then
        System.Console.WriteLine("3")
      End If
    End If
  End Sub


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