BaseXdb / basex

BaseX Main Repository.

Home Page:http://basex.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XQuery: Function call with function(*) parameter type

ChristianGruen opened this issue · comments

let $f := fn($f as function(*)) { fold-left(1, (), $f) }
return $f(true#0)

Returns: NullPointerException: Cannot read the array length because "org.basex.query.expr.Expr.funcType().argTypes" is null
Expected: true