Opened 16 years ago

#190 new タスク

型パラメータを指定せずにジェネリッククラスをNewしても、エラーにならない。

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

Description

問題のコードを下記に示す。

' エラーにならない
Dim list1 = New System.Collections.Generic.List

' エラーになる
Dim list2 As System.Collections.Generic.List

Change History (0)

Note: See TracTickets for help on using tickets.