Opened 16 years ago

Last modified 16 years ago

#180 closed タスク

TypeDefした名前でクラスにアクセスすると、型パラメータ解決エラーが出てしまう — at Version 1

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

Description (last modified by dai)

このようなコードがエラーになるのはおかしい。

Class Foo
End Class

TypeDef Baz = Foo

Dim foo As Foo
Dim baz As Baz  ' "Baz" ジェネリクス型に型パラメータが指定されていません。

Change History (1)

comment:1 by dai, 16 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.