mmodule_same_proc.nim 179 B

1234567
  1. # the module being the same name as the proc
  2. # is a requirement to trigger the error
  3. import mmodule_same_proc_client
  4. proc bar*[T](foo: T): bool = foo.mmodule_same_proc_client()