summaryrefslogtreecommitdiff
path: root/tests/run/static_methods.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/static_methods.pxd')
-rw-r--r--tests/run/static_methods.pxd3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run/static_methods.pxd b/tests/run/static_methods.pxd
index 4dc199955..383808149 100644
--- a/tests/run/static_methods.pxd
+++ b/tests/run/static_methods.pxd
@@ -1,3 +1,6 @@
cdef class FromPxd:
@staticmethod
cdef static_cdef(int* x)
+
+ @staticmethod
+ cdef static_cdef_with_implicit_object(obj)