typecheck-v2
Ibrahim Numanagić 2025-03-05 12:46:48 -08:00
parent ca99d98e10
commit 287f30ba21
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ class C(B):
super().__init__()
test = C()
#%% inherit_optional
#%% inherit_optional,barebones
# Fix 554
class A:
pass