File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/CSharp/ExpressionTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ await TestConversionVisualBasicToCSharpAsync(
572572 @"Imports System.IO
573573Imports SIO = System.IO
574574Imports Microsoft.VisualBasic
575- Imports VB = Microsoft.VisualBasic
575+ Imports VB = Microsoft.VisualBasic 'TODO: Figure out why this is removed sometimes when it has a comment
576576
577577Public Class Test
578578 Private aliased As String = VB.Left(""SomeText"", 1)
@@ -592,7 +592,7 @@ End Sub
592592using System.IO;
593593using SIO = System.IO;
594594using Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic
595- using VB = Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic
595+ using VB = Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic // TODO: Figure out why this is removed sometimes when it has a comment
596596
597597public partial class Test
598598{
You can’t perform that action at this time.
0 commit comments