You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sb.Append(" /* BlockExpression cannot be written in C#. Please rewrite the code inside these braces as a C# expression, or reorganize the parent expression as a block. */");
@@ -51,10 +98,10 @@ public void Somehow_handles_block_in_expression()
51
98
variable
52
99
)).ToCSharpString();
53
100
Assert.AreEqual("""
54
-
(1 + {
55
-
int variable;
101
+
(1 + { /* BlockExpression cannot be written in C#. Please rewrite the code inside these braces as a C# expression, or reorganize the parent expression as a block. */
0 commit comments