method tests working again
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user