diff --git a/tests/cql/CqlOverloadMatching.xml b/tests/cql/CqlOverloadMatching.xml new file mode 100644 index 0000000..13df5ef --- /dev/null +++ b/tests/cql/CqlOverloadMatching.xml @@ -0,0 +1,16 @@ + + + + + library SimpleOverloadMatching version '1.0.0' + + define function A(foo Decimal): 'DecimalOverload' + define function A(foo Integer): 'IntegerOverload' + + define output: A(1.0) + + 'DecimalOverload' + + +