This is an automated email from the ASF dual-hosted git repository.

thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new c8c84a998d2 kie-issue#2248 Removed deprecated functions in 
AutoCompletion module (#3560)
c8c84a998d2 is described below

commit c8c84a998d2a2bac6727de8aae8490912421a9d6
Author: Yeser Amer <[email protected]>
AuthorDate: Thu May 14 16:40:01 2026 +0200

    kie-issue#2248 Removed deprecated functions in AutoCompletion module (#3560)
---
 .../dmn-feel-antlr4-parser/src/parser/FeelFunctionReturningTypes.ts     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/packages/dmn-feel-antlr4-parser/src/parser/FeelFunctionReturningTypes.ts 
b/packages/dmn-feel-antlr4-parser/src/parser/FeelFunctionReturningTypes.ts
index 8a4a554dc82..046c3e3f0d6 100644
--- a/packages/dmn-feel-antlr4-parser/src/parser/FeelFunctionReturningTypes.ts
+++ b/packages/dmn-feel-antlr4-parser/src/parser/FeelFunctionReturningTypes.ts
@@ -42,7 +42,6 @@ export class FeelFunctionReturningTypes {
     ["day of week", BuiltInTypes.String],
     ["day of year", BuiltInTypes.Number],
     ["decimal", BuiltInTypes.Number],
-    ["decision table", BuiltInTypes.Any],
     ["distinct values", BuiltInTypes.List],
     ["duration", BuiltInTypes.DaysAndTimeDuration],
     ["during", BuiltInTypes.Boolean],
@@ -58,7 +57,6 @@ export class FeelFunctionReturningTypes {
     ["includes", BuiltInTypes.Boolean],
     ["index of", BuiltInTypes.List],
     ["insert before", BuiltInTypes.List],
-    ["invoke", BuiltInTypes.Any],
     ["is", BuiltInTypes.Boolean],
     ["list contains", BuiltInTypes.Boolean],
     ["list replace", BuiltInTypes.List],


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to