File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -641,12 +641,13 @@ End Property
641641 End Class
642642End Namespace" ) ;
643643 }
644+
644645 [ Fact ]
645646 public async Task ConstantsShouldBeQualified ( ) {
646647 await TestConversionCSharpToVisualBasic (
647648@"public class TestClass {
648649 public void Method() {
649- string vbLf = ""\n""
650+ string vbLf = ""\n"";
650651 string vbCrLf = ""\r\n"";
651652 }
652653}" ,
@@ -655,10 +656,7 @@ Public Sub Method()
655656 Dim vbLf As String = Microsoft.VisualBasic.vbLf
656657 Dim vbCrLf As String = Microsoft.VisualBasic.vbCrLf
657658 End Sub
658- End Class
659-
660- 1 source compilation errors:
661- CS1002: ; expected" , conversionOptions : EmptyNamespaceOptionStrictOff ) ;
659+ End Class" , conversionOptions : EmptyNamespaceOptionStrictOff ) ;
662660 }
663661 }
664662}
You can’t perform that action at this time.
0 commit comments