Source code
Revision control
Copy as Markdown
Other Tools
[duplicate-name-order.html]
expected:
if fission and not debug: TIMEOUT
if os == "linux" and not fission and not debug: [OK, TIMEOUT]
[Duplicate name lookup order]
expected:
if fission and not debug: TIMEOUT
if os == "linux" and not fission and not debug: [PASS, TIMEOUT]