fix(entity): shouldn't redefine signature
This commit is contained in:
parent
8822970107
commit
0aaa8e3d8a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue