[Bug 3829] Static typing of function declarations

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3829





------- Comment #9 from nick@cbcl.co.uk  2006-12-15 14:19 -------
Great. Thanks. Before I close, I don't know if you want this in a different bug
report, but there is the same issue in:

modules-7
modules-9
modules-10
modules-11

The problem is in the function defined in test1-lib.xq

declare function test1:ok ()
{
   "ok"
};


It should have return type string.

Received on Friday, 15 December 2006 14:19:56 UTC