utils_helpers.nim 245 B

1234567
  1. proc funWithGenerics*[T, U: SomeFloat](a: T, b: U) = discard
  2. # We check that presence of overloaded `fn2` here does not break
  3. # referencing in the "parent" file (the one that includes this one)
  4. proc fn2*(x: int, y: float, z: float) =
  5. discard