always slot definitions in slot loads

This commit is contained in:
Torsten Ruger
2018-03-10 18:04:04 +05:30
parent bc5906fb83
commit dae17e0c18
7 changed files with 17 additions and 13 deletions

View File

@ -44,7 +44,8 @@ module Vool
end
def test_call_third
assert @fourth.method_var_name.start_with?("cached_") , @fourth.to_rxf
assert @fourth.cached_method.start_with?("cached_") , @fourth.to_rxf
assert @fourth.cached_type.start_with?("cached_") , @fourth.to_rxf
end
def est_receiver_move_class