og icon indicating copy to clipboard operation
og copied to clipboard

Function type as argument fails if not the last

Open Champii opened this issue 7 years ago • 0 comments

Cannot define a function argument that is a function type other than to be the last defined argument, else the parser think the next one is part of the return type of that function

Temporary workaround: define a type and use it instead

Champii avatar Sep 14 '18 09:09 Champii