Commit 17b858c9 authored by Stefan Behnel's avatar Stefan Behnel

comment

parent 59f8fe73
......@@ -4413,7 +4413,7 @@ class TypeofNode(ExprNode):
literal = None
type = py_object_type
subexprs = ['literal']
subexprs = ['literal'] # 'operand' will be ignored after type analysis!
def analyse_types(self, env):
self.operand.analyse_types(env)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment