soml-parser/test/cases/module_def/module_class.tst

12 lines
220 B
Scilab
Raw Normal View History

module Foo
class Bar
funcall(3 , var)
end
end
-- -- --
s(:list, [s(:module, "Foo", [s(:class, "Bar", nil, [s(:call,
s(:name, "funcall"),
s(:arguments,
s(:int, 3),
s(:name, "var")))])])])