Community
Participate
Working Groups
There is currently no validation that (named) function calls i.e. foo(1,2,3) and expression calls i.e. (expr)(1,2,3) can be made - these are only checked at runtime. The code for validating feature call i.e. 1.foo(2,3) should be used for these as well.
validates named function calls, and expression calls (including type casts).