mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
fix handling of star arguments in override method (PY-6455)
This commit is contained in:
6
python/testData/override/singleStar.py
Normal file
6
python/testData/override/singleStar.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class A:
|
||||
def f1(self, *, a = 1):
|
||||
pass
|
||||
|
||||
class B(A):
|
||||
pass
|
||||
Reference in New Issue
Block a user