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
Copy file name to clipboardExpand all lines: Tests/CSharp/SpecialConversionTests.cs
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,28 @@ public object GetItem(DataRow dr)
243
243
const string 字 = ""字"";
244
244
return default;
245
245
}
246
+
}");
247
+
}
248
+
249
+
[Fact]
250
+
publicasyncTaskUsingBoolInToExpressionAsync()
251
+
{
252
+
// Beware, this will never enter the loop, it's buggy input due to the "i <", but it compiles and runs, so the output should too (and do the same thing)
253
+
awaitTestConversionVisualBasicToCSharpAsync(@"Public Class C
254
+
Public Sub M(OldWords As String(), NewWords As String(), HTMLCode As String)
0 commit comments