提交 82404c02 编写于 作者: A Ashley Hauck

Resolve failure in AllInOne tests for VB

上级 45617d66
......@@ -961,7 +961,7 @@ L:
Dim o4 = New MyObject(dynamic) With {.A = 0, .B = 0, .C = 0}
Dim o5 = New With {Key .A = 0}
Dim a() As Integer = {0, 1, 2, 3, 4, 5}
Dim a As (named As Integer, Integer) = (named:=1, 2)
Dim a As(named As Integer, Integer) =(named:=1, 2)
Select Case i
Case 1
GoTo CaseLabel1
......@@ -1992,7 +1992,7 @@ L:
Dim o4 = New MyObject(dynamic) With {.A = 0, .B = 0, .C = 0}
Dim o5 = New With {Key .A = 0}
Dim a() As Integer = {0, 1, 2, 3, 4, 5}
Dim a As (named As Integer, Integer) = (named:=1, 2)
Dim a As(named As Integer, Integer) =(named:=1, 2)
Select Case i
Case 1
GoTo CaseLabel1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册