diff --git a/pkg/ride/compiler/stdlib/funcs.json b/pkg/ride/compiler/stdlib/funcs.json index e1fe35e88..170c054a0 100644 --- a/pkg/ride/compiler/stdlib/funcs.json +++ b/pkg/ride/compiler/stdlib/funcs.json @@ -2623,9 +2623,20 @@ "return_type": "Int", "id": "901" } + ], + "replaceByIndex": [ + { + "arguments": [ + "List[Any]", + "Int", + "Any" + ], + "return_type": "List[Any]", + "id": "1106" + } ] }, "remove": [] } ] -} \ No newline at end of file +}