Fix new compiler error from Teal 0.15.0 upgrade #75

Merged
Aire-One merged 4 commits from feat/fixes-teal-0.15.0 into master 2023-02-04 00:23:05 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0aaa8e3d8a - Show all commits

View File

@ -18,7 +18,7 @@ local record Function_Info
parameters: List<Variable_Info.Variable_Info>
return_types: List<Type_Info.Type_Info>
append_parameter: function(self: Function_Info, name: string, type: string)
append_parameter: function(self: Function_Info, name: string, types: List<Type_Info.Type_Info>)
append_return_type: function(self: Function_Info, return_type: string)
fixup: function(Function_Info)