mirror of https://github.com/exaloop/codon.git
Add test comments
parent
d13e0ae245
commit
0d4e35576a
|
@ -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__)
|
||||
|
|
|
@ -476,6 +476,7 @@ print(f._x)
|
|||
#: 99
|
||||
|
||||
#%% inherit_surrounding,barebones
|
||||
# Fix 354
|
||||
class A:
|
||||
pass
|
||||
class B:
|
||||
|
|
Loading…
Reference in New Issue