Add test comments

typecheck-v2
Ibrahim Numanagić 2025-02-26 23:12:01 -08:00
parent d13e0ae245
commit 0d4e35576a
2 changed files with 2 additions and 0 deletions

View File

@ -571,6 +571,7 @@ def foo(x, y):
print foo(5, (1, 2, 3)) #: 40
#%% nontype_name,barebones
# Fix #357
class Foo:
def goo(self):
print(self.__name__)

View File

@ -476,6 +476,7 @@ print(f._x)
#: 99
#%% inherit_surrounding,barebones
# Fix 354
class A:
pass
class B: