Menu

#213 Bug: strict private const breaks formatting

open
Formatting (69)
7
2009-08-04
2009-08-04
Akkie Malus
No

The unit in the attachment doesn't format.

unit uFormatBug;

interface

type
TBasCodeFormat = class
strict private
const
cPrecision = 1;
strict protected
FIsReadOnly: Boolean;
end;

implementation

end.

Discussion

  • Akkie Malus

    Akkie Malus - 2009-08-04

    Testcase

     
  • Akkie Malus

    Akkie Malus - 2009-08-04
    • priority: 5 --> 7
     

Log in to post a comment.