summary refs log tree commit diff stats
path: root/nimdoc/testproject/subdir/subdir_b/utils_helpers.nim
blob: d3f5edd29a14d917eec18b247092fb0bb092860b (plain) (blame)
1
2
3
4
5
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