I am developing custom expression function, When i pass anyType as last par

I am developing custom expression function,
When i pass anyType as last parameter it works fine , but when I have anyType parameter in between or in beginning it assumes variables next to that as a part of anyType parameter.
eg:
fn(anyType: anyTypeValue, b: Bvalue )
I get in java as
fn(anyType:{anyTypeValue,Bvalue}, b:null)

is it limitation with anyType or do I need to add anything in code to define the variable.

OriginalPostID-226166

OriginalPostID-226166

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data