We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cab316 commit 1cb582fCopy full SHA for 1cb582f
tier2_test.py
@@ -507,14 +507,13 @@ def __add__(self, _): return "Hewwo!"
507
def f(a):
508
b = 1
509
if a: b = A()
510
- print(b)
511
return b+b
512
513
514
for _ in range(63): f(0)
515
-
516
assert f(1) == "Hewwo!"
517
+ assert f(1) == "Hewwo!"
+ assert f(0) == 2
518
assert f(0) == 2
519
520
# As long as it doesn't crash, everything's good.
0 commit comments