Opened 17 years ago
Last modified 17 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
例えば、上記のコードがコンパイルエラーとなる。
Note:
See TracTickets
for help on using tickets.
