提交 bcf953df 编写于 作者: P Paul M Cohen

Add test for Cast in addition to Predefined Cast.

上级 b23de508
......@@ -55,7 +55,7 @@ Option Strict On
Imports System.Drawing
Module M
Sub Main()
Dim y As New Point([|CInt(1.1)|], 1)
Dim y As New Point([|CType(1.1, Integer)|], 1)
End Sub
End Module
</File>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册