Description
Some of our method contracts in the ILua interface have in modifier for string parameters (like ILua.PushString). Such modifiers are unnecessary and were introduced by mistake on the early stages of development.
Solution
Remove in modifiers for string parameters.
Description
Some of our method contracts in the
ILuainterface haveinmodifier for string parameters (likeILua.PushString). Such modifiers are unnecessary and were introduced by mistake on the early stages of development.Solution
Remove
inmodifiers for string parameters.