Opened 16 years ago

Last modified 16 years ago

#195 new バグ

テンプレート展開されたクラスをインターフェイスにキャストできない

Reported by: dai Owned by: dai
Priority: 高-critical Milestone: AB5 CP6
Component: Compiler Version:
Keywords: Cc:

Description

Function GetHoge () As System.Collections.Generic.IList<DWord>
    GetHoge = New System.Collections.Generic.List<DWord>
End Function

例えば、上記のコードがコンパイルエラーとなる。

Change History (1)

comment:1 by dai, 16 years ago

Type: タスクバグ
Note: See TracTickets for help on using tickets.