pascalabcnet/TestSuite/formatter_tests/should/lambdas_with_brakets2.pas
2024-02-21 20:56:49 +01:00

5 lines
86 B
ObjectPascal

uses GraphWPF;
begin
OnMouseDown := (x, y: real; mb: integer) -> begin end;
end.