BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
6 stars 0 forks source link

Annotations throw errors #148

Open SSaulenas opened 2 months ago

SSaulenas commented 2 months ago

Example:

    @Setup.
    method public void setup():
        oObject = new Object().
    end method.

image

image