mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
0102faf0ca
(cherry picked from commit 732532b0af)
4 lines
60 B
Python
4 lines
60 B
Python
from __future__ import annotations
|
|
|
|
def foo(a, b, c): pass
|