pascalabcnet/TestSuite/yi1.pas

10 lines
121 B
ObjectPascal
Raw Normal View History

2020-06-10 09:09:56 +03:00
function f1: sequence of byte;
begin
var action: System.Action;
yield 2;
end;
begin
Assert(f1.First=2)
end.