Skip to content

VB -> C#: withBlock semicolon not in right line #436

@Saibamen

Description

@Saibamen

Input code

With Some(intB)  'SomeComment
    .Packlist = True
End With

Erroneous output

{
    var withBlock = Some[intB]  // SomeComment
;
    withBlock.Packlist = true;
}

Expected output

{
    var withBlock = Some[intB];  // SomeComment
    withBlock.Packlist = true;
}

Details

  • Product in use: e.g. web converter
  • Version in use: 7.2.0.0
  • Did you see it working in a previous version, which? Don't know
  • Any other relevant information to the issue, or your interest in contributing a fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions