Closed yhara closed 10 months ago
This should be error but no error raised
class A def self.run end end A.run(1)
Can I work on this?
@yamakoud yes, please! The first step would be adding a .sk under tests/erroneous/method_call. https://github.com/shiika-lang/shiika/tree/main/tests
tests/erroneous/method_call
I'll submit a pull request later.
This should be error but no error raised