Opened 16 years ago

Closed 16 years ago

#200 closed タスク (fixed)

ジェネリックインターフェイスを実装したジェネリッククラスのテンプレート展開に失敗する

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 (3)

comment:1 by dai, 16 years ago

Status: newassigned

[608]にて32bit版のみ対応。64bit版を後ほど対応すること。

また、本問題が発生しないことを証明するためのテストケースを追加すること。

comment:2 by dai, 16 years ago

[613]にてテストケースを追加。

comment:3 by dai, 16 years ago

Resolution: fixed
Status: assignedclosed

[618]にて64bit版も対応。

Note: See TracTickets for help on using tickets.