6 lines
82 B
ObjectPascal
6 lines
82 B
ObjectPascal
begin
|
|
var l: List<integer>;
|
|
match l with
|
|
nil: Assert(l=nil)
|
|
end;
|
|
end. |