pascalabcnet/TestSuite/formatter_tests/should/lambdas_with_brakets2.pas

5 lines
86 B
ObjectPascal
Raw Permalink Normal View History

2024-02-21 22:56:49 +03:00
uses GraphWPF;
begin
OnMouseDown := (x, y: real; mb: integer) -> begin end;
end.