You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found out that this only happens with named functions, not with closures. But sadly, using Factory functions on a class, such as ServerRequestFactory::create(...) or similiar don't work because of this.
AnnaDamm
changed the title
Exporting closure with new ... syntax throws ExportException
Exporting closure with first class callable syntax (e.g. "foo(...)") throws ExportException
Jun 7, 2023
Description
The new syntax for closures
foo(...)
throws an ExportException when used in an exportTest Case
Result
Expected Behavior
The new closure syntax should either return the same code as the one with
static fn
, or should returnfoo(...)
The text was updated successfully, but these errors were encountered: