pascalabcnet/TestSuite/formatter_tests/should/lambdas_with_brakets.pas

4 lines
61 B
ObjectPascal
Raw Permalink Normal View History

2022-04-15 16:04:36 +03:00
begin
var v := 0;
var p := procedure -> (v := v);
end.