提交 a5b80712 编写于 作者: C CyrusNajmabadi

Add test.

上级 3491dd2b
......@@ -762,5 +762,17 @@ class C
end class"
Await TestAsync(text, "Global.System.Collections.Generic.IEnumerable(Of System.Int32)", testPosition:=False)
End Function
<Fact, Trait(Traits.Feature, Traits.Features.TypeInferenceService)>
Public Async Function TestMemberAccess1() As Task
Dim text =
"imports System.Collections.Generic
class C
sub Foo()
dim b as boolean = x.[||]
end sub
end class"
Await TestAsync(text, "System.Boolean", testNode:=False)
End Function
End Class
End Namespace
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册