Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.5.6
-
Fix Version/s: 0.6
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
"""
BCE0070-3.boo(9,16): BCE0070: Definition of 'foo.bar' depends on 'foo.a' whose type could not be resolved because of a cycle. Explicitly declare the type of either one to break the cycle.
BCE0070-3.boo(6,9): BCE0070: Definition of 'foo.a' depends on 'foo.bar' whose type could not be resolved because of a cycle. Explicitly declare the type of either one to break the cycle.
"""
class foo:
a = bar()
def bar():
return a