Opened 16 years ago

Closed 16 years ago

#171 closed バグ(ケアレスミス) (fixed)

ジェネリッククラス内での値型型パラメータに対するSizeOf(T)が正常に働いていない模様

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

Description

関連: #169

#console
Imports System.Collections.Generic
Imports System

Dim list As List<Char>
list.Add(0)
list.Add(1)
list.Add(2)
list.Add(3)
list.RemoveAt(1)

Console.Write(list)
Console.ReadLine()

上記のようなコードが相変わらず正常に動作しない。

Change History (1)

comment:1 by dai, 16 years ago

Resolution: fixed
Status: newclosed

[530]にて修正。

Note: See TracTickets for help on using tickets.