method tests working again

This commit is contained in:
Torsten Ruger
2018-03-16 10:32:11 +05:30
parent 1def69c783
commit 3909bdcc7d
7 changed files with 30 additions and 31 deletions

View File

@ -36,14 +36,14 @@ module Vool
raise "Not implemented for #{self}"
end
def ct_type
nil
end
end
class Expression
def ct_type
nil
end
def normalize
raise "should not be normalized #{self}"
end