提交 2bc02e93 编写于 作者: J Justin Collins

Allow variable on lhs of :: - fixes #8

上级 bf65bf9c
......@@ -16,6 +16,8 @@ module ProcessorHelper
case exp.node_type
when :const
exp[1]
when :lvar
exp[1].to_sym
when :colon2
"#{class_name(exp[1])}::#{exp[2]}".to_sym
when :colon3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册