@@ -1,14 +1,3 @@
from typing import Self
class A:
@classmethod
def test(cls) -> Self:
return cls()
class B(A):
pass
a = B.test()
a = {1, 2, 3}
b = {4, 5, 6}
print(a.union(b))
The note is not visible to the blocked user.