summary refs log tree commit diff stats
path: root/nimdoc/testproject/subdir/subdir_b/utils_helpers.nim
diff options
context:
space:
mode:
Diffstat (limited to 'nimdoc/testproject/subdir/subdir_b/utils_helpers.nim')
-rw-r--r--nimdoc/testproject/subdir/subdir_b/utils_helpers.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/nimdoc/testproject/subdir/subdir_b/utils_helpers.nim b/nimdoc/testproject/subdir/subdir_b/utils_helpers.nim
new file mode 100644
index 000000000..d3f5edd29
--- /dev/null
+++ b/nimdoc/testproject/subdir/subdir_b/utils_helpers.nim
@@ -0,0 +1,6 @@
+proc funWithGenerics*[T, U: SomeFloat](a: T, b: U) = discard
+
+# We check that presence of overloaded `fn2` here does not break
+# referencing in the "parent" file (the one that includes this one)
+proc fn2*(x: int, y: float, z: float) =
+  discard