start new elf testing category (and minors)
This commit is contained in:
@ -8,6 +8,7 @@ module Phisol
|
||||
if receiver
|
||||
me = process( receiver.to_a.first )
|
||||
else
|
||||
raise "revisit"
|
||||
if @method.class.name == :Integer
|
||||
me = Virtual::Self.new :int
|
||||
else
|
||||
|
@ -10,8 +10,8 @@ module Phisol
|
||||
if value
|
||||
value = process( value )
|
||||
end
|
||||
|
||||
Virtual::Return.new( type , value )
|
||||
# field_def is a statement, no return
|
||||
return nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user