mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
This commit is contained in:
parent
4887523c03
commit
4f4913b38b
4 changed files with 14 additions and 22 deletions
|
|
@ -130,3 +130,10 @@ def decorator(func):
|
|||
@decorator
|
||||
def real():
|
||||
return 20
|
||||
|
||||
#line 134
|
||||
class cls135:
|
||||
def func136():
|
||||
def func137():
|
||||
never_reached1
|
||||
never_reached2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue