static initializer above properties is giving a syntax error
Description
Lucee compiles this, but BoxLang breaks with a compile error. This is from TimeBox
Attachments
1
Activity
Show:
Brad Wood last week
The problem is the semicolon after the static block. Our grammar doesn’t allow for random semicolons that aren’t before or after a statement. (properties and static initializers aren’t statements in that sense).
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Lucee compiles this, but BoxLang breaks with a compile error. This is from TimeBox