-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
Description
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.