BalticAmadeus / AblFormatter

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

An error occurs when accessing after () #150

Closed SSaulenas closed 1 month ago

SSaulenas commented 2 months ago

Example, this:

oObject:Length = new OpenEdge.Core.String(pcMessage):Size

Becomes this in assign statement:

oObject:Length = new OpenEdge.Core.String(pcMessage) :Size

image

eglekaz commented 2 months ago

Registered: https://github.com/usagi-coffee/tree-sitter-abl/issues/74

eglekaz commented 1 month ago

fixed with version 0.0.39 of tree-sitter-abl