Opened 17 years ago
Closed 17 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
Note:
See TracTickets
for help on using tickets.

[608]にて32bit版のみ対応。64bit版を後ほど対応すること。
また、本問題が発生しないことを証明するためのテストケースを追加すること。