// convertStringLiteral reports whether we can convert between raw and interpreted // string literals in the [start, end) range, along with a CodeAction containing the edits. // // Only the following conditions are true, the action in result is valid // - [start, end) is enclosed by a string literal // - if the string is interpreted string, need check whether the convert is allowed func convertStringLiteral(req *codeActionsRequest) { … }