Open ChristianGruen opened 9 years ago
Related:
module namespace m = "m";
declare function m:f() { count#1(1) };
inspect:functions('m.xqm')()
RuntimeException: Closure was not compiled: function($items_0) as xs:integer { count($items_0) }
The second (related) issue is fixed.
[XQST0049] Duplicate declaration of static variable $m:x.