Files
Semyon Proshev e19a3783ea Consider pyi file located not in stub package or typeshed as having more priority than them (PY-32963)
It is assumed to be provided with a distribution.
As a result stub package should not replace any other package because such package could contain pyi stubs.
2018-12-24 16:28:35 +03:00

2 lines
41 B
Python

def bar(a: str, b: str):
return a + b