Opened 18 years ago
Closed 18 years ago
#132 closed バグ(ケアレスミス) (fixed)
メソッド内でジェネリックなクラスが定義できない
| Reported by: | OverTaker | Owned by: | dai | 
|---|---|---|---|
| Priority: | 中-major | Milestone: | AB5 CP5 | 
| Component: | Compiler | Version: | |
| Keywords: | Cc: | 
Description
"StringToType内のジェネリクスクラス取得部分でpGenericClassがNULL"というエラーが発生する
Imports System.Collections.Generic Class MyClass Public Function Method() As Long Dim list As List<Object> End Function End Class
同じファイルにListを定義すれば問題ないことから、ライブラリからリンクしているものが発生する模様。
  Note:
 See   TracTickets
 for help on using tickets.
    

[314]にて修正。