-
Notifications
You must be signed in to change notification settings - Fork 238
VB -> C#: Multi line strings #1173
Open
Description
VB.Net input code
Dim tmp = " "
Erroneous output
string tmp = " ";
Expected output
var tmp = @" ";
Details
VS extension 9.2.7.0
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for Bug.