4 lines
106 B
ObjectPascal
4 lines
106 B
ObjectPascal
|
|
begin
|
|||
|
|
var c: Dictionary<byte, word> := new Dictionary<byte, word>;
|
|||
|
|
assert(not (c.Keys = nil));
|
|||
|
|
end.
|