Won't Fix
Details
Assignee
UnassignedUnassignedReporter
Adam CameronAdam CameronPriority
MinorNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Adam Cameron
Adam CameronPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 15 April 2015 at 12:07
Updated 24 October 2022 at 13:44
Resolved 11 November 2015 at 08:41
Consider this code:
abstract component { abstract function f() abstract function g() }
This should compile fine, but it doesn't unless I include semicolons after each statement.