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
Imports VB = Microsoft.VisualBasic 'TODO: Figure out why this is removed sometimes when it has a comment
573
+
Imports VB = Microsoft.VisualBasic 'TODO: Figure out why this is removed sometimes by the simplifier (making this test flaky)
574
574
575
575
Public Class Test
576
576
Private aliased As String = VB.Left(""SomeText"", 1)
@@ -590,7 +590,7 @@ End Sub
590
590
using System.IO;
591
591
using SIO = System.IO;
592
592
using Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic
593
-
using VB = Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic // TODO: Figure out why this is removed sometimes when it has a comment
593
+
using VB = Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic // TODO: Figure out why this is removed sometimes by the simplifier (making this test flaky)
0 commit comments