Closed Akuli closed 1 year ago
struct Foo: def bar() -> void: return def main() -> int: return 0
Expected result: error on line 2 because it is missing the self parameter
self
Actual result: no error
Expected result: error on line 2 because it is missing the
self
parameterActual result: no error