This is the opposite of #120. ``` csharp var a = string.Empty; ``` Becomes ``` csharp var a = ""; ``` Diagnostic Id: `CC0088` Severity: Hidden Category: Style @kalkie is working on it.
This is the opposite of #120.
Becomes
Diagnostic Id:
CC0088Severity: Hidden
Category: Style
@kalkie is working on it.