Details
Assignee
Michael OffnerMichael OffnerReporter
Jamie PurchaseJamie PurchasePriority
MinorLabels
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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Jamie Purchase
Jamie PurchasePriority
Labels
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
Created 7 September 2017 at 15:00
Updated 23 September 2019 at 17:49
This works
fn = (x) => arguments writeDump(fn("hello world"))
This also works
fn = (x) => {return arguments;} writeDump(fn("hello world"))
This throws an exception
fn = (x) => {arguments;} writeDump(fn("hello world"))
Example
https://trycf.com/gist/c1c1053c2f8e6487da1f5aad8fd91807/lucee5?theme=monokai