提交 dcca845e 编写于 作者: C CyrusNajmabadi

Fixup test code.

上级 7c0d6bdd
......@@ -820,6 +820,14 @@ End Class]]></a>.Value.NormalizeLineEndings()
Public Function GetNameForArgument(argument As SyntaxNode) As String Implements ISyntaxFactsService.GetNameForArgument
Throw New NotImplementedException()
End Function
Public Function IsLeftSideOfDot(node As SyntaxNode) As Boolean Implements ISyntaxFactsService.IsLeftSideOfDot
Throw New NotImplementedException()
End Function
Public Function GetRightSideOfDot(node As SyntaxNode) As SyntaxNode Implements ISyntaxFactsService.GetRightSideOfDot
Throw New NotImplementedException()
End Function
End Class
End Class
End Namespace
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册