Repository URL to install this package:
|
Version:
0.29.7 ▾
|
# mode: error
cdef inline func() -> int:
pass
cpdef inline func() -> int:
pass
_ERRORS = u"""
3:19: Return type annotation is not allowed in cdef/cpdef signatures. Please define it before the function name, as in C signatures.
6:20: Return type annotation is not allowed in cdef/cpdef signatures. Please define it before the function name, as in C signatures.
"""