summaryrefslogtreecommitdiff
path: root/tests/errors/posonly2.pyx
blob: dab079047e523d077244dc049245cd4759b4d458 (plain)
1
2
3
4
5
6
7
8
9
# mode: error
# tag: posonly

def f(a, b/2, c):
    pass

_ERRORS = u"""
4:11: Syntax error in Python function argument list
"""