Opened 16 years ago

Closed 16 years ago

#187 closed バグ (wontfix)

インタフェースからObjectに変換できない

Reported by: イグトランス (egtra) Owned by: dai
Priority: 中-major Milestone: AB5 CP6
Component: Compiler Version:
Keywords: インタフェース 型変換 Cc:

Description

次のコードがエラーになるのは意図された挙動でしょうか?もしそうでないなら、改修をお願いします。

Interface I
End Interface

Sub f(i As I)
	Dim o = i As Object
End Sub

Change History (1)

comment:1 by イグトランス (egtra), 16 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.