10 lines
66 B
Python
10 lines
66 B
Python
def f() -> int:
|
|
return 1
|
|
|
|
|
|
class Foo:
|
|
return 2
|
|
|
|
|
|
return 3
|