pascalabcnet/TestSuite/formatstring4.pas
Бондарев Иван 34466adb36 bug fix #857
2018-05-27 15:11:14 +02:00

5 lines
116 B
ObjectPascal

begin
var p: procedure := procedure()->exit;
var s := $'{Seq(0).Select(i->i).First}';
assert(s = '0');
end.