fix seg fault when callng a function with not enough parameters
This commit is contained in:
5
tests/class_method.ar
Normal file
5
tests/class_method.ar
Normal file
@@ -0,0 +1,5 @@
|
||||
string.cool(self) = do
|
||||
term.log(self, self.length)
|
||||
return 10
|
||||
'hello world'.cool()
|
||||
string.cool('goodbye world')
|
||||
Reference in New Issue
Block a user