Implicit returns for class methods

gets us parsing of parfaits second file data_object
This commit is contained in:
2019-08-19 15:56:15 +03:00
parent d5d1df951c
commit 0e694a38f7
6 changed files with 48 additions and 25 deletions

View File

@ -20,7 +20,7 @@ module Risc
def test_method_has_source
method = create_method
assert_equal Vool::ScopeStatement , method.source.class
assert_equal Vool::Statements , method.source.class
end
def test_method_has_no_locals