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 e5893cf commit fd184ccCopy full SHA for fd184cc
test-data/unit/check-expressions.test
@@ -2458,4 +2458,4 @@ class A: pass
2458
class B: pass
2459
a = A()
2460
b = B()
2461
-l3: list[A | B] = [x for x in [a, b]]
+l3: list[A | B] = [x for x in [a, b]]
0 commit comments